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 and LOCKDEBUG



details:   https://anonhg.NetBSD.org/src/rev/ed140ab1fc95
branches:  trunk
changeset: 339513:ed140ab1fc95
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jul 26 10:09:53 2015 +0000

description:
disable DEBUG and LOCKDEBUG

diffstat:

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

diffs (21 lines):

diff -r c29f3507e6ac -r ed140ab1fc95 sys/arch/evbarm/conf/JETSONTK1
--- a/sys/arch/evbarm/conf/JETSONTK1    Sun Jul 26 09:04:15 2015 +0000
+++ b/sys/arch/evbarm/conf/JETSONTK1    Sun Jul 26 10:09:53 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: JETSONTK1,v 1.28 2015/05/31 14:43:59 jmcneill Exp $
+#      $NetBSD: JETSONTK1,v 1.29 2015/07/26 10:09:53 jmcneill Exp $
 #
 #      NVIDIA Jetson TK1 - Tegra K1 development kit
 #      https://developer.nvidia.com/jetson-tk1
@@ -16,8 +16,8 @@
 #options       MEMSIZE=2048
 
 options        DIAGNOSTIC      # internal consistency checks
-options        DEBUG
-options        LOCKDEBUG
+#options       DEBUG
+#options       LOCKDEBUG
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       IPKDB           # remote kernel debugging
 #options       VERBOSE_INIT_ARM # verbose bootstraping messages



Home | Main Index | Thread Index | Old Index