Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/acorn26/conf Pull up revision 1.2 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/bcf01e3433a1
branches:  netbsd-1-6
changeset: 528494:bcf01e3433a1
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Jul 21 03:38:45 2002 +0000

description:
Pull up revision 1.2 (requested by abs in ticket #520):
Use MALLOC_NOINLINE (saves 11K on FOURMEG)

diffstat:

 sys/arch/acorn26/conf/INSTALL |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1eb555bf3b69 -r bcf01e3433a1 sys/arch/acorn26/conf/INSTALL
--- a/sys/arch/acorn26/conf/INSTALL     Sun Jul 21 03:38:37 2002 +0000
+++ b/sys/arch/acorn26/conf/INSTALL     Sun Jul 21 03:38:45 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.1 2002/04/24 19:50:25 bjh21 Exp $
+# $NetBSD: INSTALL,v 1.1.4.1 2002/07/21 03:38:45 lukem Exp $
 
 # INSTALL configuration, used to generate installation media
 
@@ -102,7 +102,8 @@
 #options       INSECURE
 
 # Reduce kernel size a little
-options        VNODE_OP_NOINLINE
+options        VNODE_OP_NOINLINE       # Not inlining vnode op calls saves mem
+options        MALLOC_NOINLINE         # Not inlining MALLOC saves memory
 
 # NFS boot options
 #options       NFS_BOOT_DHCP           # superset of BOOTP



Home | Main Index | Thread Index | Old Index