Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 02/07/2004 13:22:20
Module Name:	src
Committed By:	yamt
Date:		Sat Feb  7 13:22:20 UTC 2004

Modified Files:
	src/sys/uvm: uvm_map.c

Log Message:
introduce a new patchable variable, uvm_debug_check_rbtree,
which is zero by default.
perform rbtree sanity checks only when it isn't zero
because the check is very heavy weight especially when
there're many entries.


To generate a diff of this commit:
cvs rdiff -r1.158 -r1.159 src/sys/uvm/uvm_map.c

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