Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/arch/sparc/conf Apply patch, requested by tsutsui in ...
details: https://anonhg.NetBSD.org/src/rev/1b03386e8d1b
branches: netbsd-9
changeset: 961475:1b03386e8d1b
user: martin <martin%NetBSD.org@localhost>
date: Wed Apr 21 18:11:06 2021 +0000
description:
Apply patch, requested by tsutsui in ticket #1249:
sys/arch/sparc/conf/GENERIC (apply patch)
PR 56077: remove DIAGNOSTIC from sparc kernel.
diffstat:
sys/arch/sparc/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2a2e002fba29 -r 1b03386e8d1b sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC Wed Apr 21 17:59:47 2021 +0000
+++ b/sys/arch/sparc/conf/GENERIC Wed Apr 21 18:11:06 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.267 2019/05/08 13:40:16 isaki Exp $
+# $NetBSD: GENERIC,v 1.267.2.1 2021/04/21 18:11:06 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.267 $"
+#ident "GENERIC-$Revision: 1.267.2.1 $"
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