diff options
Diffstat (limited to 'arch/um/kernel/um_arch.c')
-rw-r--r-- | arch/um/kernel/um_arch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c index 9bf31533a8fd..1cf954a47fd7 100644 --- a/arch/um/kernel/um_arch.c +++ b/arch/um/kernel/um_arch.c | |||
@@ -474,7 +474,7 @@ static int panic_exit(struct notifier_block *self, unsigned long unused1, | |||
474 | show_regs(&(current->thread.regs)); | 474 | show_regs(&(current->thread.regs)); |
475 | bust_spinlocks(0); | 475 | bust_spinlocks(0); |
476 | uml_exitcode = 1; | 476 | uml_exitcode = 1; |
477 | machine_halt(); | 477 | os_dump_core(); |
478 | return 0; | 478 | return 0; |
479 | } | 479 | } |
480 | 480 | ||