]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/um/kernel/um_arch.c
uml: dump core on panic
[karo-tx-linux.git] / arch / um / kernel / um_arch.c
index 9bf31533a8fd9fb38cdfac1a8ae2e1cb0366c93a..1cf954a47fd7719c83e818e53428f9de027ed99a 100644 (file)
@@ -474,7 +474,7 @@ static int panic_exit(struct notifier_block *self, unsigned long unused1,
        show_regs(&(current->thread.regs));
        bust_spinlocks(0);
        uml_exitcode = 1;
-       machine_halt();
+       os_dump_core();
        return 0;
 }