diff options
Diffstat (limited to 'arch/x86/kernel/apic.c')
-rw-r--r-- | arch/x86/kernel/apic.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c index d6da6dd2f60a..85d8b50d1af7 100644 --- a/arch/x86/kernel/apic.c +++ b/arch/x86/kernel/apic.c | |||
@@ -49,13 +49,6 @@ | |||
49 | #include <asm/mtrr.h> | 49 | #include <asm/mtrr.h> |
50 | #include <asm/smp.h> | 50 | #include <asm/smp.h> |
51 | 51 | ||
52 | /* | ||
53 | * Sanity check | ||
54 | */ | ||
55 | #if ((SPURIOUS_APIC_VECTOR & 0x0F) != 0x0F) | ||
56 | # error SPURIOUS_APIC_VECTOR definition error | ||
57 | #endif | ||
58 | |||
59 | unsigned int num_processors; | 52 | unsigned int num_processors; |
60 | unsigned disabled_cpus __cpuinitdata; | 53 | unsigned disabled_cpus __cpuinitdata; |
61 | /* Processor that is doing the boot up */ | 54 | /* Processor that is doing the boot up */ |