kernel - stop cpus on panic whether the debugger is entered or not
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 23 Jan 2011 08:19:22 +0000 (00:19 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 23 Jan 2011 08:19:22 +0000 (00:19 -0800)
commit3735beb96fdbbbbb209fd20339f0662fee69897a
tree6da4a3b95e37496c4d73069ef8a815e9407b2fa0
parent6ce13a1ed6ca90cd0079a6b2034f2286602dcbc7
kernel - stop cpus on panic whether the debugger is entered or not

* Stop cpus on panic regardless of the state of debug.debugger_on_panic.

* Cpus were previously only stopped when entering the debugger, causing
  unattended panics not entering the debugger to often cause secondary
  panics on other cpus and lockup entirely.
sys/kern/kern_shutdown.c