CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/02 21:36:57
Modified files:
sys/kern : kern_smr.c
sys/sys : smr.h
Log message:
Adjust SMR_ASSERT_CRITICAL() and SMR_ASSERT_NONCRITICAL() so that the
panic message shows the actual code location of the assert. Do this by
moving the assert logic inside the macros.
Prompted by and OK claudio@
OK mpi@
