From 04ade0c07f8400ff524c35c2358ab85301bd0f49 Mon Sep 17 00:00:00 2001 From: skrll Date: Sun, 30 Dec 2018 16:25:15 +0000 Subject: [PATCH] Disable DEBUG by default. Comment out DIAGNOSTIC while where are it's already defined by GENERIC.common --- sys/arch/evbarm/conf/GENERIC64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/evbarm/conf/GENERIC64 b/sys/arch/evbarm/conf/GENERIC64 index 74e69d0b8d4b..0c82e874cd9a 100644 --- a/sys/arch/evbarm/conf/GENERIC64 +++ b/sys/arch/evbarm/conf/GENERIC64 @@ -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 @@ options MULTIPROCESSOR 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