Date: Fri, 8 Jun 2007 21:36:52 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES options src/sys/kern kern_mutex.c Message-ID: <200706082136.l58LarUk086761@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2007-06-08 21:36:52 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES options
sys/kern kern_mutex.c
Log:
Remove the MUTEX_WAKE_ALL option and make it the default behaviour for our
mutexes.
Currently we alredy force MUTEX_WAKE_ALL beacause of some problems with the
!MUTEX_WAKE_ALL case (unavioidable priority inversion).
Revision Changes Path
1.1429 +0 -5 src/sys/conf/NOTES
1.591 +0 -1 src/sys/conf/options
1.195 +0 -37 src/sys/kern/kern_mutex.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706082136.l58LarUk086761>
