Module Name: src Committed By: skrll Date: Fri Feb 5 06:43:17 UTC 2010
Modified Files: src/sys/kern: kern_mutex.c kern_rwlock.c src/sys/sys: mutex.h rwlock.h Log Message: Invert the sense of the bit to mark if LOCKDEBUG is enabled to disabled. This will help my fellow developers spot "use before initialised" problems that hppa picks up very well. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/kern/kern_mutex.c cvs rdiff -u -r1.33 -r1.34 src/sys/kern/kern_rwlock.c cvs rdiff -u -r1.17 -r1.18 src/sys/sys/mutex.h cvs rdiff -u -r1.7 -r1.8 src/sys/sys/rwlock.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.