Use VNODE_OP_NOINLINE.

This commit is contained in:
thorpej 2000-09-13 16:26:15 +00:00
parent d41cf2a285
commit 3d6272fcdf
4 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.18 2000/07/27 14:34:07 mrg Exp $
# $NetBSD: GENERIC_TINY,v 1.19 2000/09/13 16:26:15 thorpej Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, PCMCIA or SCSI.
@ -101,6 +101,7 @@ file-system KERNFS # /kern
options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
options VNODE_OP_NOINLINE # don't inline vnode op calls
# Networking options
#options GATEWAY # packet forwarding

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.150 2000/08/21 07:39:43 itohy Exp $
# $NetBSD: INSTALL,v 1.151 2000/09/13 16:26:15 thorpej Exp $
#
# INSTALL - Installation kernel.
#
@ -119,6 +119,7 @@ file-system KERNFS # /kern
#options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
options VNODE_OP_NOINLINE # don't inline vnode op calls
# Networking options
#options GATEWAY # packet forwarding

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_SMALL,v 1.51 2000/08/21 07:39:43 itohy Exp $
# $NetBSD: INSTALL_SMALL,v 1.52 2000/09/13 16:26:16 thorpej Exp $
#
# INSTALL_SMALL - Small Installation kernel.
#
@ -115,6 +115,7 @@ file-system KERNFS # /kern
#options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
options VNODE_OP_NOINLINE # don't inline vnode op calls
# Networking options
#options GATEWAY # packet forwarding

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_TINY,v 1.20 2000/08/21 07:39:43 itohy Exp $
# $NetBSD: INSTALL_TINY,v 1.21 2000/09/13 16:26:16 thorpej Exp $
#
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
#
@ -115,6 +115,7 @@ file-system KERNFS # /kern
#options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
options VNODE_OP_NOINLINE # don't inline vnode op calls
# Networking options
#options GATEWAY # packet forwarding