kernel/arch/mips/kernel/crash.c
.. .. @@ -3,7 +3,7 @@ 3 3 #include <linux/smp.h> 4 4 #include <linux/reboot.h> 5 5 #include <linux/kexec.h> 6 -#include <linux/bootmem.h>6 +#include <linux/memblock.h>7 7 #include <linux/crash_dump.h> 8 8 #include <linux/delay.h> 9 9 #include <linux/irq.h> .. .. @@ -46,7 +46,9 @@ 46 46 47 47 while (!atomic_read(&kexec_ready_to_reboot)) 48 48 cpu_relax(); 49 - relocated_kexec_smp_wait(NULL);49 +50 + kexec_reboot();51 +50 52 /* NOTREACHED */ 51 53 } 52 54