X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fapic_32.c;h=a91c57cb666a3c752295875ac4ff14298502f5b7;hb=d84705969f898f294bc3fc32eca33580f14105bd;hp=b8d80c2916508ca0702dc9658edf4f76faffdc66;hpb=11494547b1754c4f3bd7f707ab869e2adf54d52f;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index b8d80c29165..a91c57cb666 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c @@ -114,8 +114,6 @@ static DEFINE_PER_CPU(struct clock_event_device, lapic_events); static int enabled_via_apicbase; static unsigned long apic_phys; -unsigned int __cpuinitdata maxcpus = NR_CPUS; - /* * Get the LAPIC version @@ -1507,12 +1505,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);