summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>1999-04-11 12:19:02 +0000
committersimokawa <simokawa@FreeBSD.org>1999-04-11 12:19:02 +0000
commit9aa05cfda21ce93ce4b9853b0d85bf77d971e99f (patch)
tree78358c7ee2301b63d08278145f4bd970eb68fc01 /sys/alpha
parent9012e78ce46db3225223ddbc2aeb549be9b13561 (diff)
downloadFreeBSD-src-9aa05cfda21ce93ce4b9853b0d85bf77d971e99f.zip
FreeBSD-src-9aa05cfda21ce93ce4b9853b0d85bf77d971e99f.tar.gz
Don't define NMBCLUSTERS here.
It will be defined as appropriate value depending on maxusers.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/param.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index 190b1eb..a735a99 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -1,4 +1,4 @@
-/* $Id: param.h,v 1.8 1999/02/19 19:34:47 luoqi Exp $ */
+/* $Id: param.h,v 1.9 1999/03/01 06:10:16 imp Exp $ */
/* From: NetBSD: param.h,v 1.20 1997/09/19 13:52:53 leo Exp */
/*
@@ -128,13 +128,6 @@
#endif /* MCLSHIFT */
#define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
#define MCLOFSET (MCLBYTES - 1)
-#ifndef NMBCLUSTERS
-#ifdef GATEWAY
-#define NMBCLUSTERS 512 /* map size, max cluster allocation */
-#else
-#define NMBCLUSTERS 256 /* map size, max cluster allocation */
-#endif
-#endif
/*
* Size of kernel malloc arena in CLBYTES-sized logical pages
OpenPOWER on IntegriCloud