CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/07/02 02:58:16
Modified files: sys/arch/m88k/include: mutex.h Log message: copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha. the previous asserts checked if the mutex was locked by any cpu or not when they should have been checking if the current cpu has the lock or not. found by miod after i enabled pool_gc again. ok miod@