diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-04-11 12:19:02 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-04-11 12:19:02 +0000 |
| commit | 2f8c0985711dc8125165dbca44b711baa981fb09 (patch) | |
| tree | 8b96de5c6f8877789e0957091b0be9cd9bb1e96e /sys/alpha/include/param.h | |
| parent | d06590a52b032850348a2855f32501688672a6a0 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include/param.h')
| -rw-r--r-- | sys/alpha/include/param.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 190b1eb1844a..a735a9919c9d 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 |
