K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-03-06T23:13:15.000000Z K 7 svn:log V 296 In order to avoid recursing on the backing mutex for sx locks in the INVARIANTS case, define the actual KASSERT() in _SX_ASSERT_[SX]LOCKED macros that are used in the sx code itself and convert the SX_ASSERT_[SX]LOCKED macros to simple wrappers that grab the mutex for the duration of the check. END