]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/kernel/apic_64.c
Merge branch 'x86/cpu' into x86/core
[mv-sheeva.git] / arch / x86 / kernel / apic_64.c
index 69a876be506fc647df977b64881d4257c623e9c1..1a6011855af305cd2956f990040c17e9f313653e 100644 (file)
@@ -97,7 +97,6 @@ static unsigned long apic_phys;
 
 unsigned long mp_lapic_addr;
 
-unsigned int __cpuinitdata maxcpus = NR_CPUS;
 /*
  * Get the LAPIC version
  */
@@ -1267,12 +1266,6 @@ void __cpuinit generic_processor_info(int apicid, int version)
                return;
        }
 
-       if (num_processors >= maxcpus) {
-               printk(KERN_WARNING "WARNING: maxcpus limit of %i reached."
-                      " Processor ignored.\n", maxcpus);
-               return;
-       }
-
        num_processors++;
        cpus_complement(tmp_map, cpu_present_map);
        cpu = first_cpu(tmp_map);