Module Name: src
Committed By: ozaki-r
Date: Tue Aug 14 01:09:53 UTC 2018
Modified Files:
src/sys/kern: kern_mutex.c kern_rwlock.c
Log Message:
Check pserialize_not_in_read_section for adaptive mutexes and rwlocks
The overhead of the checks is not negligible so they're turned on only if both
DEBUG and LOCKDEBUG are enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/kern/kern_mutex.c
cvs rdiff -u -r1.50 -r1.51 src/sys/kern/kern_rwlock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.