diff options
| author | thorpej <thorpej@NetBSD.org> | 1999-04-26 22:46:44 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1999-04-26 22:46:44 +0000 |
| commit | b8073b401b79df2ebb2fd18feb98cb4be5b9bb0d (patch) | |
| tree | e797dfb9a7218fb332053b109a8f00221b6e183f /sys/arch/sun3/include/vmparam3.h | |
| parent | 44ee87006e661699b5be59a700f61784deada579 (diff) | |
Garbage-collect the VM_MBUF_SIZE constant. Instead, use the size
(nmbclusters * mclbytes), so that the right amount of KVA space is
allocated if those variables are patched.
Diffstat (limited to 'sys/arch/sun3/include/vmparam3.h')
| -rw-r--r-- | sys/arch/sun3/include/vmparam3.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sun3/include/vmparam3.h b/sys/arch/sun3/include/vmparam3.h index 7b907b988b4..9be3794d61e 100644 --- a/sys/arch/sun3/include/vmparam3.h +++ b/sys/arch/sun3/include/vmparam3.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam3.h,v 1.25 1999/04/05 14:35:13 gwr Exp $ */ +/* $NetBSD: vmparam3.h,v 1.26 1999/04/26 22:46:48 thorpej Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross @@ -114,7 +114,6 @@ #define VM_MAX_KERNEL_ADDRESS ((vm_offset_t)KERN_END) /* virtual sizes (bytes) for various kernel submaps */ -#define VM_MBUF_SIZE (NMBCLUSTERS*MCLBYTES) #define VM_KMEM_SIZE (NKMEMCLUSTERS*CLBYTES) #define VM_PHYS_SIZE (USRIOSIZE*CLBYTES) |
