diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2002-02-17 22:59:54 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2002-02-17 22:59:54 +0000 |
commit | 7beb673ee2a6f26cb92ffbcee12d36dd3f705fd8 (patch) | |
tree | f241a99972126accf4f3a3e5afc119bb3b5e7109 /sys/arch/i386/include/vmparam.h | |
parent | e59357f842efb4b5301b194970688e1d2da24d97 (diff) |
Patch from Daniel Lucq <daniel@lucq.org>
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT
and NKMEMPAGES using the config command, instead of recompiling the kernel.
This is the kernel part of the patch. I have compiled it on i386, sparc64,
alpha and macppc. -moj ok art@ maja@
Diffstat (limited to 'sys/arch/i386/include/vmparam.h')
-rw-r--r-- | sys/arch/i386/include/vmparam.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h index 65de391767f..29e4e4d689b 100644 --- a/sys/arch/i386/include/vmparam.h +++ b/sys/arch/i386/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.23 2001/12/05 16:25:44 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.24 2002/02/17 22:59:52 maja Exp $ */ /* $NetBSD: vmparam.h,v 1.15 1994/10/27 04:16:34 cgd Exp $ */ /*- @@ -111,7 +111,6 @@ #define VM_MAX_KERNEL_ADDRESS ((vm_offset_t)(APTDPTDI<<PDSHIFT)) /* virtual sizes (bytes) for various kernel submaps */ -#define VM_MBUF_SIZE (NMBCLUSTERS*MCLBYTES) #define VM_PHYS_SIZE (USRIOSIZE*PAGE_SIZE) #define VM_PHYSSEG_MAX 4 /* actually we could have this many segments */ |