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 Enable DIAGNOSTIC



details:   https://anonhg.NetBSD.org/src/rev/e935d5530683
branches:  trunk
changeset: 811556:e935d5530683
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Nov 05 09:26:59 2015 +0000

description:
Enable DIAGNOSTIC

diffstat:

 sys/arch/evbarm/conf/GENERIC.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5a664e381e7b -r e935d5530683 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Thu Nov 05 08:29:42 2015 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Thu Nov 05 09:26:59 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.common,v 1.10 2015/08/20 18:25:09 riz Exp $
+#      $NetBSD: GENERIC.common,v 1.11 2015/11/05 09:26:59 skrll Exp $
 #
 #      GENERIC evbarm kernel config (template)
 #
@@ -121,7 +121,7 @@
 # Development and Debugging options
 
 #options       PERFCTRS        # performance counters
-#options       DIAGNOSTIC      # internal consistency checks
+options        DIAGNOSTIC      # internal consistency checks
 #options       DEBUG
 #options       LOCKDEBUG
 #options       PMAP_DEBUG      # Enable pmap_debug_level code



Home | Main Index | Thread Index | Old Index