Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/conf Comment out DIAGNOSTIC/DEBUG/LOCKDEBUG fr...
details: https://anonhg.NetBSD.org/src/rev/c20bd4e9ef85
branches: trunk
changeset: 358518:c20bd4e9ef85
user: flxd <flxd%NetBSD.org@localhost>
date: Fri Jan 05 13:20:45 2018 +0000
description:
Comment out DIAGNOSTIC/DEBUG/LOCKDEBUG from r1.192 slowing down real machines.
OK christos@
diffstat:
sys/arch/pmax/conf/GENERIC | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r bcfea9ae1a1f -r c20bd4e9ef85 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC Fri Jan 05 13:11:32 2018 +0000
+++ b/sys/arch/pmax/conf/GENERIC Fri Jan 05 13:20:45 2018 +0000
@@ -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 @@
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 @@
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
Home |
Main Index |
Thread Index |
Old Index