diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-03-25 12:28:56 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:30 -0400 |
commit | 5af5573ee06c361378e22a9dd71dae0320e841f7 (patch) | |
tree | af9b79f408455b66c61b6a0ed6ccffa60811534a /arch/x86/kernel/smp.c | |
parent | 8346ea17aa20e9864b0f7dc03d55f3cd5620b8c1 (diff) |
x86: move ipi definitions to mach_ipi.h
take them out of the x86_64-only asm/mach_apic.h
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 @@ | |||
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 | * |