diff options
Diffstat (limited to 'arch/i386/kernel/smpboot.c')
-rw-r--r-- | arch/i386/kernel/smpboot.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/i386/kernel/smpboot.c b/arch/i386/kernel/smpboot.c index 4ff55e675576..7b14e88b555f 100644 --- a/arch/i386/kernel/smpboot.c +++ b/arch/i386/kernel/smpboot.c | |||
@@ -54,7 +54,6 @@ | |||
54 | #include <asm/arch_hooks.h> | 54 | #include <asm/arch_hooks.h> |
55 | #include <asm/nmi.h> | 55 | #include <asm/nmi.h> |
56 | #include <asm/pda.h> | 56 | #include <asm/pda.h> |
57 | #include <asm/genapic.h> | ||
58 | 57 | ||
59 | #include <mach_apic.h> | 58 | #include <mach_apic.h> |
60 | #include <mach_wakecpu.h> | 59 | #include <mach_wakecpu.h> |
@@ -1319,11 +1318,6 @@ int __cpuinit __cpu_up(unsigned int cpu) | |||
1319 | touch_nmi_watchdog(); | 1318 | touch_nmi_watchdog(); |
1320 | } | 1319 | } |
1321 | 1320 | ||
1322 | #ifdef CONFIG_X86_GENERICARCH | ||
1323 | if (num_online_cpus() > 8 && genapic == &apic_default) | ||
1324 | panic("Default flat APIC routing can't be used with > 8 cpus\n"); | ||
1325 | #endif | ||
1326 | |||
1327 | return 0; | 1321 | return 0; |
1328 | } | 1322 | } |
1329 | 1323 | ||