CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/04 09:41:02
Modified files:
sys/kern : kern_lock.c
Log message:
Let SP kernel work with WITNESS. The necessary instrumentation was
missing from the SP variant of mtx_enter() and mtx_enter_try().
mtx_leave() was correct already.
Prompted by and OK patrick@
