Remove VNODE_OP_NOINLINE, which is already in TX3912.

This commit is contained in:
mycroft 2002-07-09 14:54:39 +00:00
parent 297ae331d6
commit 79d0ee0424
1 changed files with 1 additions and 2 deletions

View File

@ -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 MEMORY_DISK_ROOT_SIZE=8192 # size of memory disk, in blocks
#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