Date: Sat, 27 Jul 2002 09:54:23 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c src/sys/sys mutex.h Message-ID: <200207271654.g6RGsN1B083635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/07/27 09:54:23 PDT
Modified files:
sys/kern kern_mutex.c
sys/sys mutex.h
Log:
Disable optimization of spinlocks on UP kernels w/o debugging for now
since it breaks mtx_owned() on spin mutexes when used outside of
mtx_assert(). Unfortunately we currently use it in the i386 MD code
and in the sio(4) driver.
Reported by: bde
Revision Changes Path
1.104 +2 -2 src/sys/kern/kern_mutex.c
1.57 +1 -1 src/sys/sys/mutex.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207271654.g6RGsN1B083635>
