Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 03/10/2007 16:01:14
Module Name:	src
Committed By:	ad
Date:		Sat Mar 10 16:01:13 UTC 2007

Modified Files:
	src/sys/kern: kern_mutex.c
	src/sys/sys: mutex.h

Log Message:
Add a MUTEX_NODEBUG type that avoids allocating debugging resources for
the lock. To be used for e.g. struct vm_page until a better way is found.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/kern/kern_mutex.c
cvs rdiff -r1.8 -r1.9 src/sys/sys/mutex.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.