Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310855
b: refs/heads/master
c: 62be73e
h: refs/heads/master
i:
  310853: ab97ff0
  310851: c194c88
  310847: 46ef8f3
v: v3
  • Loading branch information
Seiji Aguchi authored and Ingo Molnar committed May 18, 2012
1 parent 24006c1 commit 513d340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2a01bb3885c9145dbb7583d5aa5f5d5504f6f46f
refs/heads/master: 62be73eafaa045d3233337303fb140f7f8a61135
4 changes: 2 additions & 2 deletions trunk/kernel/panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@ void panic(const char *fmt, ...)
*/
crash_kexec(NULL);

kmsg_dump(KMSG_DUMP_PANIC);

/*
* Note smp_send_stop is the usual smp shutdown function, which
* unfortunately means it may not be hardened to work in a panic
* situation.
*/
smp_send_stop();

kmsg_dump(KMSG_DUMP_PANIC);

atomic_notifier_call_chain(&panic_notifier_list, 0, buf);

bust_spinlocks(0);
Expand Down

0 comments on commit 513d340

Please sign in to comment.