CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/13 07:41:46
Modified files:
sys/sys : systm.h
Log message:
Do not call splassert_fail() if splassert_ctl is <= 0.
This matches splassert(9)s behavior and prevent noise when a CPU
panic(9) and set splassert_ctl to 0.
Found the hardway by sthen@
