|
@@ -289,7 +289,7 @@ void panic(const char *fmt, ...)
|
|
disabled_wait(caller);
|
|
disabled_wait(caller);
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
- pr_emerg("---[ end Kernel panic - not syncing: %s\n", buf);
|
|
|
|
|
|
+ pr_emerg("---[ end Kernel panic - not syncing: %s ]---\n", buf);
|
|
local_irq_enable();
|
|
local_irq_enable();
|
|
for (i = 0; ; i += PANIC_TIMER_STEP) {
|
|
for (i = 0; ; i += PANIC_TIMER_STEP) {
|
|
touch_softlockup_watchdog();
|
|
touch_softlockup_watchdog();
|