Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Disable DEBUG by default.
details: https://anonhg.NetBSD.org/src/rev/b5ce434faf7a
branches: trunk
changeset: 447087:b5ce434faf7a
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Dec 30 16:25:15 2018 +0000
description:
Disable DEBUG by default.
Comment out DIAGNOSTIC while where are it's already defined by
GENERIC.common
diffstat:
sys/arch/evbarm/conf/GENERIC64 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r f3e1f55f8ea0 -r b5ce434faf7a sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64 Sun Dec 30 15:43:43 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64 Sun Dec 30 16:25:15 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.71 2018/12/28 06:45:53 mrg Exp $
+# $NetBSD: GENERIC64,v 1.72 2018/12/30 16:25:15 skrll Exp $
#
# GENERIC ARM (aarch64) kernel
#
@@ -72,8 +72,8 @@
pseudo-device openfirm # /dev/openfirm
-options DIAGNOSTIC # internal consistency checks
-options DEBUG
+#options DIAGNOSTIC # internal consistency checks
+#options DEBUG
#options LOCKDEBUG
#options PMAP_DEBUG # Enable pmap_debug_level code
options VERBOSE_INIT_ARM # verbose bootstrapping messages
Home |
Main Index |
Thread Index |
Old Index