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 Bump SYMTAB_SPACE.



details:   https://anonhg.NetBSD.org/src/rev/9315475c0e8e
branches:  trunk
changeset: 759773:9315475c0e8e
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Dec 16 12:49:19 2010 +0000

description:
Bump SYMTAB_SPACE.

diffstat:

 sys/arch/evbarm/conf/NAPPI |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 3124cad0df08 -r 9315475c0e8e sys/arch/evbarm/conf/NAPPI
--- a/sys/arch/evbarm/conf/NAPPI        Thu Dec 16 12:39:39 2010 +0000
+++ b/sys/arch/evbarm/conf/NAPPI        Thu Dec 16 12:49:19 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NAPPI,v 1.36 2010/11/23 11:13:56 hannken Exp $
+#      $NetBSD: NAPPI,v 1.37 2010/12/16 12:49:19 uebayasi Exp $
 #
 #      NAPPI -- Netwise APlication Platform Board Kernel
 #
@@ -120,14 +120,14 @@
 
 # Development and Debugging options
 
-options        DIAGNOSTIC      # internally consistency checks
-options        DEBUG
+#options       DIAGNOSTIC      # internally consistency checks
+#options       DEBUG
 options        PMAP_DEBUG      # Enable pmap_debug_level code
 options        VERBOSE_INIT_ARM # verbose bootstraping messages
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #makeoptions   DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=285000
+options        SYMTAB_SPACE=290000
 
 config         netbsd          root on ? type ?
 



Home | Main Index | Thread Index | Old Index