Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/conf Enable DIAGNOSTIC



details:   https://anonhg.NetBSD.org/src/rev/56ac1c33098b
branches:  trunk
changeset: 829037:56ac1c33098b
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jan 15 09:48:28 2018 +0000

description:
Enable DIAGNOSTIC

diffstat:

 sys/arch/sparc/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b524d293a44a -r 56ac1c33098b sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Mon Jan 15 09:26:21 2018 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Mon Jan 15 09:48:28 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.256 2017/09/14 07:58:43 mrg Exp $
+# $NetBSD: GENERIC,v 1.257 2018/01/15 09:48:28 martin Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.256 $"
+#ident                 "GENERIC-$Revision: 1.257 $"
 
 maxusers       32
 
@@ -125,7 +125,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