X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fcrash.c;h=2685538179097a1e8e073ebf07cd49e898ef4f6e;hb=fec0962e0bed407927b9ff54bb0596a3ab7e4b61;hp=9a5fa0abfcc7d3e63aa0c0a39ce786b29397b727;hpb=29a09a7b138b1708de3d98a92fddcc18268084aa;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/kernel/crash.c b/arch/x86/kernel/crash.c index 9a5fa0abfcc..26855381790 100644 --- a/arch/x86/kernel/crash.c +++ b/arch/x86/kernel/crash.c @@ -25,12 +25,9 @@ #include #include #include +#include -#ifdef CONFIG_X86_32 #include -#else -#include -#endif /* This keeps a track of which one is crashing cpu. */ static int crashing_cpu; @@ -121,7 +118,7 @@ static void nmi_shootdown_cpus(void) } #endif -void machine_crash_shutdown(struct pt_regs *regs) +void native_machine_crash_shutdown(struct pt_regs *regs) { /* This function is only called after the system * has panicked or is otherwise in a critical state.