X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fpanic.c;h=aabc5f86fa3f4422a2b2cea9b3d67723cd99e317;hb=6e3eaab02028c4087a92711b20abb9e72cc803a7;hp=66f43d33cd80a7cdab94c83fbff18212f6d46cd5;hpb=dc009d92435f99498cbc579ce76bf28e837e2c14;p=linux-2.6 diff --git a/kernel/panic.c b/kernel/panic.c index 66f43d33cd..aabc5f86fa 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -83,7 +83,7 @@ NORET_TYPE void panic(const char * fmt, ...) * everything else. * Do we want to call this before we try to display a message? */ - crash_kexec(); + crash_kexec(NULL); #ifdef CONFIG_SMP /* @@ -111,12 +111,11 @@ NORET_TYPE void panic(const char * fmt, ...) mdelay(1); i++; } - /* - * Should we run the reboot notifier. For the moment Im - * choosing not too. It might crash, be corrupt or do - * more harm than good for other reasons. + /* This will not be a clean reboot, with everything + * shutting down. But if there is a chance of + * rebooting the system it will be rebooted. */ - machine_restart(NULL); + emergency_restart(); } #ifdef __sparc__ {