cvs commit: src/sys/kern kern_mutex.c src/sys/sys mutex.h
John Baldwin
jhb at FreeBSD.org
Mon Mar 28 12:17:31 PST 2005
jhb 2005-03-28 20:17:30 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/kern kern_mutex.c
sys/sys mutex.h
Log:
MFC: Simplify the optimizations for spinlocks on UP to just skip the atomic
ops but still preserve mtx.mtx_lock and turn them on.
Approved by: re (kensmith)
Revision Changes Path
1.147.2.4 +2 -8 src/sys/kern/kern_mutex.c
1.73.2.3 +26 -5 src/sys/sys/mutex.h
More information about the cvs-src
mailing list