diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-03-25 17:28:56 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:30 +0200 |
commit | 5af5573ee06c361378e22a9dd71dae0320e841f7 (patch) | |
tree | af9b79f408455b66c61b6a0ed6ccffa60811534a /arch/x86/kernel/crash.c | |
parent | x86: split large page mapping for AMD TSEG (diff) | |
download | linux-5af5573ee06c361378e22a9dd71dae0320e841f7.tar.xz linux-5af5573ee06c361378e22a9dd71dae0320e841f7.zip |
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/crash.c')
-rw-r--r-- | arch/x86/kernel/crash.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/crash.c b/arch/x86/kernel/crash.c index 9a5fa0abfcc7..2251d0ae9570 100644 --- a/arch/x86/kernel/crash.c +++ b/arch/x86/kernel/crash.c @@ -26,11 +26,7 @@ #include <linux/kdebug.h> #include <asm/smp.h> -#ifdef CONFIG_X86_32 #include <mach_ipi.h> -#else -#include <asm/mach_apic.h> -#endif /* This keeps a track of which one is crashing cpu. */ static int crashing_cpu; |