cvs commit: src/sys/compat/opensolaris/sys lock.h mutex.h rwlock.h
Pawel Jakub Dawidek
pjd at FreeBSD.org
Mon Apr 9 01:05:32 UTC 2007
pjd 2007-04-09 01:05:31 UTC
FreeBSD src repository
Modified files:
sys/compat/opensolaris/sys mutex.h rwlock.h
Added files:
sys/compat/opensolaris/sys lock.h
Log:
Instead of detecting if lock is already initialized based on standard 1 bit
check, use more accurate 13 bits check. We had too many false-positives with
the standard check.
Reported by: mlaier
Revision Changes Path
1.1 +46 -0 src/sys/compat/opensolaris/sys/lock.h (new)
1.2 +4 -1 src/sys/compat/opensolaris/sys/mutex.h
1.2 +7 -3 src/sys/compat/opensolaris/sys/rwlock.h
More information about the cvs-src
mailing list