Module Name:    src
Committed By:   perry
Date:           Fri Apr 10 23:00:53 UTC 2009

Modified Files:
        src/sys/arch/i386/conf: GENERIC

Log Message:
add commented out LOCKDEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.931 -r1.932 src/sys/arch/i386/conf/GENERIC

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

Modified files:

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.931 src/sys/arch/i386/conf/GENERIC:1.932
--- src/sys/arch/i386/conf/GENERIC:1.931	Sun Mar 29 15:45:08 2009
+++ src/sys/arch/i386/conf/GENERIC	Fri Apr 10 23:00:53 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.931 2009/03/29 15:45:08 ad Exp $
+# $NetBSD: GENERIC,v 1.932 2009/04/10 23:00:53 perry Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.931 $"
+#ident 		"GENERIC-$Revision: 1.932 $"
 
 maxusers	64		# estimated number of users
 
@@ -120,6 +120,7 @@
 # Diagnostic/debugging support options
 #options 	DIAGNOSTIC	# expensive kernel consistency checks
 #options 	DEBUG		# expensive debugging checks/support
+#options 	LOCKDEBUG	# expensive locking checks/support
 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
 options 	DDB		# in-kernel debugger
 #options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'

Reply via email to