Module Name: src Committed By: ozaki-r Date: Tue Feb 6 07:46:24 UTC 2018
Modified Files: src/sys/kern: kern_mutex.c Log Message: Check if adaptive mutex isn't called in interrupt context By this check, we can notice this programming error without LOCKDEBUG. The same check exists in rw_enter. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/kern/kern_mutex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.