Try to generate more debugging information when the critical nesting count
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 28 Sep 2003 03:37:32 +0000 (03:37 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 28 Sep 2003 03:37:32 +0000 (03:37 +0000)
commit1d4c9574f9b69daa80c9cfb20efb2c29c5cb5e85
treec8b7241780703b0f6f6192767ef86f9db7110a6b
parentce6342644b6a4e1816f9e7e3839bf246a7c7b175
Try to generate more debugging information when the critical nesting count
gets too deep (which indicates a crit_enter/exit or lwkt_gettoken/reltoken
mismatch somewhere).
sys/kern/lwkt_thread.c