CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/16 22:49:35
Modified files:
sys/kern : kern_lock.c subr_witness.c
sys/sys : mutex.h
Log message:
revert the parking mutex.
it's causing lockups on powerpc64 and probably alpha.
thanks to gkoehler and mlarkin for confirming it was parking and
not something else on powerpc64.
we need the stability to move the tree past other churn at the moment.
