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/alpha/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/alpha/include/vmparam.h')
-rw-r--r-- | sys/arch/alpha/include/vmparam.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/vmparam.h b/sys/arch/alpha/include/vmparam.h index e83e985e334..4afae8f0eaf 100644 --- a/sys/arch/alpha/include/vmparam.h +++ b/sys/arch/alpha/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.9 2001/12/05 16:25:44 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.10 2002/02/17 22:59:52 maja Exp $ */ /* $NetBSD: vmparam.h,v 1.18 2000/05/22 17:13:54 thorpej Exp $ */ /* @@ -122,7 +122,6 @@ #define VM_MAX_KERNEL_ADDRESS ((vaddr_t)ALPHA_K1SEG_END) /* virtual sizes (bytes) for various kernel submaps */ -#define VM_MBUF_SIZE (NMBCLUSTERS*MCLBYTES) #define VM_PHYS_SIZE (USRIOSIZE*NBPG) /* some Alpha-specific constants */ |