kernel - limit backtrace-on-panic to 6 call levels
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 26 Jan 2015 23:45:11 +0000 (15:45 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 26 Jan 2015 23:45:11 +0000 (15:45 -0800)
commite03628b9ba52d59e76532075b13d6499037477af
treebdc0923f0b08dc29e0e19cd09fc00cf9154fcbdd
parent6e9a60839b39b434df2012ba2687ef08e4340531
kernel - limit backtrace-on-panic to 6 call levels

* Limit the backtrace-on-panic to 6 call levels to try to keep more
  information leading up to the crash (such as the panic message) on
  row-limited consoles.
sys/kern/kern_shutdown.c