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 16c52aaaca3..8f75893a646 100644 --- a/arch/x86/kernel/smp.c +++ b/arch/x86/kernel/smp.c @@ -26,12 +26,8 @@ #include <asm/tlbflush.h> #include <asm/mmu_context.h> #include <asm/proto.h> -#ifdef CONFIG_X86_32 -#include <mach_apic.h> #include <mach_ipi.h> -#else -#include <asm/mach_apic.h> -#endif +#include <mach_apic.h> /* * Some notes on x86 processor bugs affecting SMP operation: * |