aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/panic.c')
-rw-r--r--kernel/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c
index 4b794f1d8561..9d833d913c84 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -289,7 +289,7 @@ void panic(const char *fmt, ...)
289 disabled_wait(caller); 289 disabled_wait(caller);
290 } 290 }
291#endif 291#endif
292 pr_emerg("---[ end Kernel panic - not syncing: %s\n", buf); 292 pr_emerg("---[ end Kernel panic - not syncing: %s ]---\n", buf);
293 local_irq_enable(); 293 local_irq_enable();
294 for (i = 0; ; i += PANIC_TIMER_STEP) { 294 for (i = 0; ; i += PANIC_TIMER_STEP) {
295 touch_softlockup_watchdog(); 295 touch_softlockup_watchdog();