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/dee471991470
branches: trunk
changeset: 358736:dee471991470
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 328da7a34aee -r dee471991470 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