diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-22 05:37:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-22 05:37:28 +0000 |
commit | 8331ab472511b3c4bebcd30499231f1f385821c8 (patch) | |
tree | 49a3eba4ff63437e97585a61301d1329e416dabd /sys/arch | |
parent | 4a99cc313e6c37dc0342eadf3939a5f332ea5884 (diff) |
Sync NMBCLUSTERS with mvme88k
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/luna88k/include/param.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/luna88k/include/param.h b/sys/arch/luna88k/include/param.h index b4d43f2595b..cd37c5224b1 100644 --- a/sys/arch/luna88k/include/param.h +++ b/sys/arch/luna88k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.1 2004/04/21 15:23:57 aoyama Exp $ */ +/* $OpenBSD: param.h,v 1.2 2004/04/22 05:37:27 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1988 University of Utah. @@ -106,13 +106,7 @@ #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ #define MCLOFSET (MCLBYTES - 1) /* offset within a m_buf cluster */ -#ifndef NMBCLUSTERS -#ifdef GATEWAY -#define NMBCLUSTERS 1024 /* map size, max cluster allocation */ -#else #define NMBCLUSTERS 512 /* map size, max cluster allocation */ -#endif -#endif /* * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized |