summaryrefslogtreecommitdiff
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 84adabf00cf5..5281e7cce9f8 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -66,7 +66,7 @@ NORET_TYPE void panic(const char * fmt, ...)
smp_send_stop();
#endif
- notifier_call_chain(&panic_notifier_list, 0, NULL);
+ notifier_call_chain(&panic_notifier_list, 0, buf);
if (panic_timeout > 0)
{