Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/sys/arch Pull up following revision(s) (requested by riz ...



details:   https://anonhg.NetBSD.org/src/rev/537530466afc
branches:  netbsd-6
changeset: 774653:537530466afc
user:      riz <riz%NetBSD.org@localhost>
date:      Sat Oct 13 06:15:23 2012 +0000

description:
Pull up following revision(s) (requested by riz in ticket #607):
        sys/arch/evbmips/conf/MALTA64: revision 1.6
        sys/arch/algor/conf/P5064: revision 1.74
Bump SYMTAB_SPACE 475000->485000.
Bump SYMTAB_SPACE 480000->490000

diffstat:

 sys/arch/algor/conf/P5064     |  6 +++---
 sys/arch/evbmips/conf/MALTA64 |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 449d55e5792b -r 537530466afc sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Fri Oct 12 22:11:10 2012 +0000
+++ b/sys/arch/algor/conf/P5064 Sat Oct 13 06:15:23 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P5064,v 1.72 2012/02/04 19:02:25 christos Exp $
+#      $NetBSD: P5064,v 1.72.2.1 2012/10/13 06:15:23 riz Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P5064-$Revision: 1.72 $"
+#ident                 "P5064-$Revision: 1.72.2.1 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=475000
+options        SYMTAB_SPACE=485000
 
 # File systems
 file-system    FFS             # Fast file system
diff -r 449d55e5792b -r 537530466afc sys/arch/evbmips/conf/MALTA64
--- a/sys/arch/evbmips/conf/MALTA64     Fri Oct 12 22:11:10 2012 +0000
+++ b/sys/arch/evbmips/conf/MALTA64     Sat Oct 13 06:15:23 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MALTA64,v 1.5 2012/02/09 18:58:44 matt Exp $
+# $NetBSD: MALTA64,v 1.5.2.1 2012/10/13 06:15:23 riz Exp $
 #
 include "arch/evbmips/conf/MALTA"
 
@@ -9,7 +9,7 @@
 options        EXEC_ELF64
 options        COMPAT_NETBSD32
 no options     SYMTAB_SPACE
-options        SYMTAB_SPACE=480000     # size for embedded symbol table
+options        SYMTAB_SPACE=490000     # size for embedded symbol table
 
 #options       UVMHIST, UVMHIST_PRINT
 



Home | Main Index | Thread Index | Old Index