diff options
Diffstat (limited to 'arch/x86/kernel/smp.c')
-rw-r--r-- | arch/x86/kernel/smp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86/kernel/smp.c b/arch/x86/kernel/smp.c index 16c52aaaca35..8f75893a6467 100644 --- a/arch/x86/kernel/smp.c +++ b/arch/x86/kernel/smp.c | |||
@@ -26,12 +26,8 @@ | |||
26 | #include <asm/tlbflush.h> | 26 | #include <asm/tlbflush.h> |
27 | #include <asm/mmu_context.h> | 27 | #include <asm/mmu_context.h> |
28 | #include <asm/proto.h> | 28 | #include <asm/proto.h> |
29 | #ifdef CONFIG_X86_32 | ||
30 | #include <mach_apic.h> | ||
31 | #include <mach_ipi.h> | 29 | #include <mach_ipi.h> |
32 | #else | 30 | #include <mach_apic.h> |
33 | #include <asm/mach_apic.h> | ||
34 | #endif | ||
35 | /* | 31 | /* |
36 | * Some notes on x86 processor bugs affecting SMP operation: | 32 | * Some notes on x86 processor bugs affecting SMP operation: |
37 | * | 33 | * |