CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/16 21:53:08
Modified files:
sys/kern : kern_smr.c subr_xxx.c
Log message:
Add SMR_ASSERT_NONCRITICAL() in assertwaitok(). This eases debugging
because now the error is detected before context switch.
The sleep code path eventually calls assertwaitok() in mi_switch(),
so the assertwaitok() in the SMR barrier function is somewhat redundant
and can be removed.
OK mpi@
