x86: check bigsmp in smp_sanity_check instead of cpu_up
authorYinghai Lu <yhlu.kernel@gmail.com>
Thu, 14 Aug 2008 09:16:30 +0000 (02:16 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 14 Aug 2008 09:35:53 +0000 (11:35 +0200)
clear bits for cpu nr > 8.

This allows us to boot the full range of possible CPUs that the
supported APIC model will allow. Previously we'd hang or boot up
with less than 8 CPUs.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Tested-by: Jeff Chua <jeff.chua.linux@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found