x86: allow machine_crash_shutdown to be replaced
[deliverable/linux.git] / arch / x86 / kernel / crash.c
index 2251d0ae9570de24259a6c132aec2c4ef2d05f46..2685538179097a1e8e073ebf07cd49e898ef4f6e 100644 (file)
@@ -25,6 +25,7 @@
 #include <asm/hpet.h>
 #include <linux/kdebug.h>
 #include <asm/smp.h>
+#include <asm/reboot.h>
 
 #include <mach_ipi.h>
 
@@ -117,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.
This page took 0.02475 seconds and 5 git commands to generate.