CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/07/02 17:01:19
Modified files: sys/arch/i386/include: mutex.h Log message: tweak MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED to only look at the owner. every other arch does it the same, so this is to reduce differences between our platforms. ok miod@