Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Enable DIAGNOSTIC by default
details: https://anonhg.NetBSD.org/src/rev/653fe99c47df
branches: trunk
changeset: 767593:653fe99c47df
user: martin <martin%NetBSD.org@localhost>
date: Sat Jul 23 19:14:37 2011 +0000
description:
Enable DIAGNOSTIC by default
diffstat:
sys/arch/sparc64/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r deec4f67adc0 -r 653fe99c47df sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC Sat Jul 23 16:04:35 2011 +0000
+++ b/sys/arch/sparc64/conf/GENERIC Sat Jul 23 19:14:37 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.139 2011/05/17 07:57:02 martin Exp $
+# $NetBSD: GENERIC,v 1.140 2011/07/23 19:14:37 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.139 $"
+#ident "GENERIC-$Revision: 1.140 $"
maxusers 64
@@ -105,7 +105,7 @@
## Adds code to the kernel that does internal consistency checks, and will
## cause the kernel to panic if corruption of internal data structures
## is detected.
-#options DIAGNOSTIC # extra kernel sanity checking
+options DIAGNOSTIC # extra kernel sanity checking
## Enable (possibly expensive) debugging code that may also display messages
## on the system console
Home |
Main Index |
Thread Index |
Old Index