CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/09/05 08:11:57
Modified files: sys/kern : kern_synch.c Log message: When munging the WANTIPL of the mutex to prevent undoing the sched_lock, use the constant for IPL_SCHED, and not splsched(), which doesn't do what we want. ok [EMAIL PROTECTED] Tested by Paul de Weerd.