diff options
Diffstat (limited to 'kernel/panic.c')
-rw-r--r-- | kernel/panic.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index c1fcaad337b7..a6145050a8da 100644 --- a/kernel/panic.c +++ b/kernel/panic.c | |||
@@ -321,6 +321,9 @@ void panic(const char *fmt, ...) | |||
321 | disabled_wait(); | 321 | disabled_wait(); |
322 | #endif | 322 | #endif |
323 | pr_emerg("---[ end Kernel panic - not syncing: %s ]---\n", buf); | 323 | pr_emerg("---[ end Kernel panic - not syncing: %s ]---\n", buf); |
324 | |||
325 | /* Do not scroll important messages printed above */ | ||
326 | suppress_printk = 1; | ||
324 | local_irq_enable(); | 327 | local_irq_enable(); |
325 | for (i = 0; ; i += PANIC_TIMER_STEP) { | 328 | for (i = 0; ; i += PANIC_TIMER_STEP) { |
326 | touch_softlockup_watchdog(); | 329 | touch_softlockup_watchdog(); |