From d3cf7525d3232161b2bb6ff1c3c288b737442042 Mon Sep 17 00:00:00 2001 From: shin Date: Wed, 27 Sep 2000 10:22:22 +0000 Subject: [PATCH] add 'options VNODE_OP_NOINLINE' to reduce size. --- sys/arch/hpcmips/conf/GENERIC | 5 +++-- sys/arch/hpcmips/conf/TX3912 | 3 ++- sys/arch/hpcmips/conf/TX3922 | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sys/arch/hpcmips/conf/GENERIC b/sys/arch/hpcmips/conf/GENERIC index dda2dae06d6e..dcd92ce9241d 100644 --- a/sys/arch/hpcmips/conf/GENERIC +++ b/sys/arch/hpcmips/conf/GENERIC @@ -2,11 +2,11 @@ # Distribution kernel (NEC VR based model) kernel config file # -# $NetBSD: GENERIC,v 1.67 2000/09/27 09:32:23 sato Exp $ +# $NetBSD: GENERIC,v 1.68 2000/09/27 10:22:22 shin Exp $ # include "arch/hpcmips/conf/std.hpcmips" -#ident "GENERIC-$Revision: 1.67 $" +#ident "GENERIC-$Revision: 1.68 $" maxusers 8 @@ -65,6 +65,7 @@ file-system UNION #options NFSSERVER # Sun NFS-compatible filesystem (server) options SOFTDEP # FFS soft updates support. #options QUOTA # UFS quotas +options VNODE_OP_NOINLINE # don't inline vnode op calls # Networking options #options GATEWAY # IP packet forwarding diff --git a/sys/arch/hpcmips/conf/TX3912 b/sys/arch/hpcmips/conf/TX3912 index 02d827ddd4fe..72f9e49d8481 100644 --- a/sys/arch/hpcmips/conf/TX3912 +++ b/sys/arch/hpcmips/conf/TX3912 @@ -2,7 +2,7 @@ # Distribution kernel (TOSHIBA TX3912 based model) kernel config file # -# $NetBSD: TX3912,v 1.25 2000/09/24 15:59:32 jdolecek Exp $ +# $NetBSD: TX3912,v 1.26 2000/09/27 10:22:23 shin Exp $ # include "arch/hpcmips/conf/std.hpcmips" @@ -89,6 +89,7 @@ options INET6 # IPV6 options NFSSERVER # Sun NFS-compatible filesystem (server) options SOFTDEP # FFS soft updates support. #options QUOTA # UFS quotas +options VNODE_OP_NOINLINE # don't inline vnode op calls options NFS_BOOT_DHCP diff --git a/sys/arch/hpcmips/conf/TX3922 b/sys/arch/hpcmips/conf/TX3922 index aa88cb280a76..35a39cb1b73a 100644 --- a/sys/arch/hpcmips/conf/TX3922 +++ b/sys/arch/hpcmips/conf/TX3922 @@ -1,7 +1,7 @@ # # Distribution kernel (TOSHIBA TX3922 based model) kernel config file # -# $NetBSD: TX3922,v 1.25 2000/09/24 15:59:32 jdolecek Exp $ +# $NetBSD: TX3922,v 1.26 2000/09/27 10:22:23 shin Exp $ # include "arch/hpcmips/conf/std.hpcmips" @@ -78,6 +78,7 @@ options INET6 # IPV6 options NFSSERVER # Sun NFS-compatible filesystem (server) options SOFTDEP # FFS soft updates support. #options QUOTA # UFS quotas +options VNODE_OP_NOINLINE # don't inline vnode op calls options NFS_BOOT_DHCP