Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf Remove VNODE_OP_NOINLINE, which is alr...



details:   https://anonhg.NetBSD.org/src/rev/f2af518011a5
branches:  trunk
changeset: 533789:f2af518011a5
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Jul 09 14:54:39 2002 +0000

description:
Remove VNODE_OP_NOINLINE, which is already in TX3912.

diffstat:

 sys/arch/hpcmips/conf/INSTALL_TX3912 |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 76541a6c5c20 -r f2af518011a5 sys/arch/hpcmips/conf/INSTALL_TX3912
--- a/sys/arch/hpcmips/conf/INSTALL_TX3912      Tue Jul 09 14:52:37 2002 +0000
+++ b/sys/arch/hpcmips/conf/INSTALL_TX3912      Tue Jul 09 14:54:39 2002 +0000
@@ -1,7 +1,7 @@
 #
 # kernel config file for system install
 #
-#      $NetBSD: INSTALL_TX3912,v 1.6 2002/07/05 13:40:12 abs Exp $
+#      $NetBSD: INSTALL_TX3912,v 1.7 2002/07/09 14:54:39 mycroft Exp $
 #
 
 include                "arch/hpcmips/conf/TX3912"
@@ -17,4 +17,3 @@
 #options       USERCONF                # userconf(4) support
 options                PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
 options        MALLOC_NOINLINE         # Not inlining MALLOC saves memory
-options        VNODE_OP_NOINLINE       # Not inlining vnode op calls saves mem



Home | Main Index | Thread Index | Old Index