summaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/panic.c')
-rw-r--r--kernel/panic.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/panic.c b/kernel/panic.c
index 35289454a..51ee692b5 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -50,12 +50,12 @@ NORET_TYPE void panic(const char * fmt, ...)
else
sys_sync();
+ unblank_console();
+
#ifdef __SMP__
smp_send_stop();
#endif
- unblank_console();
-
notifier_call_chain(&panic_notifier_list, 0, NULL);
if (panic_timeout > 0)
@@ -85,4 +85,3 @@ NORET_TYPE void panic(const char * fmt, ...)
CHECK_EMERGENCY_SYNC
}
}
-