summaryrefslogtreecommitdiff
path: root/sys/arch/pc532/include/vmparam.h
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1999-04-26 22:46:44 +0000
committerthorpej <thorpej@NetBSD.org>1999-04-26 22:46:44 +0000
commitb8073b401b79df2ebb2fd18feb98cb4be5b9bb0d (patch)
treee797dfb9a7218fb332053b109a8f00221b6e183f /sys/arch/pc532/include/vmparam.h
parent44ee87006e661699b5be59a700f61784deada579 (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/pc532/include/vmparam.h')
-rw-r--r--sys/arch/pc532/include/vmparam.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/pc532/include/vmparam.h b/sys/arch/pc532/include/vmparam.h
index 25edb38e638..a5dd86f0cf9 100644
--- a/sys/arch/pc532/include/vmparam.h
+++ b/sys/arch/pc532/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.16 1999/01/16 20:39:03 chuck Exp $ */
+/* $NetBSD: vmparam.h,v 1.17 1999/04/26 22:46:47 thorpej Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -155,7 +155,6 @@
#endif
/* 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)