Module Name:    src
Committed By:   flxd
Date:           Fri Jan  5 13:20:46 UTC 2018

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

Log Message:
Comment out DIAGNOSTIC/DEBUG/LOCKDEBUG from r1.192 slowing down real machines.
OK christos@


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 src/sys/arch/pmax/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/pmax/conf/GENERIC
diff -u src/sys/arch/pmax/conf/GENERIC:1.194 src/sys/arch/pmax/conf/GENERIC:1.195
--- src/sys/arch/pmax/conf/GENERIC:1.194	Thu Sep 14 07:58:42 2017
+++ src/sys/arch/pmax/conf/GENERIC	Fri Jan  5 13:20:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.194 2017/09/14 07:58:42 mrg Exp $
+# $NetBSD: GENERIC,v 1.195 2018/01/05 13:20:45 flxd Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/pmax/conf/std.pmax"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.194 $"
+#ident		"GENERIC-$Revision: 1.195 $"
 
 maxusers	64
 
@@ -47,9 +47,9 @@ makeoptions	DEBUG="-g"
 options 	DDB			# in-kernel debugger
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 options 	DDB_ONPANIC=0		# don't enter debugger on panic
-options 	DIAGNOSTIC		# extra kernel debugging checks
-options 	DEBUG			# extra kernel debugging support
-options		LOCKDEBUG
+#options 	DIAGNOSTIC		# extra kernel debugging checks
+#options 	DEBUG			# extra kernel debugging support
+#options 	LOCKDEBUG
 #options	VMFAULT_TRACE
 #options	PMAP_FAULTINFO
 options 	KTRACE			# system call tracing support

Reply via email to