Subject: CVS commit: [vmlocking] src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/10/2007 21:21:22
Module Name:	src
Committed By:	ad
Date:		Wed Oct 10 21:21:22 UTC 2007

Modified Files:
	src/sys/kern [vmlocking]: kern_lock.c
	src/sys/sys [vmlocking]: lock.h

Log Message:
crackmgr(): don't keep track of line numbers/file names for LOCKDEBUG.
Instead, just stash a couple of text addresses into struct lock. Keep
these in struct lock even if compiled without LOCKDEBUG, so that the
size of struct lock is not changed by it.


To generate a diff of this commit:
cvs rdiff -r1.110.2.12 -r1.110.2.13 src/sys/kern/kern_lock.c
cvs rdiff -r1.69.2.5 -r1.69.2.6 src/sys/sys/lock.h

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