summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-04-22 05:37:28 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-04-22 05:37:28 +0000
commit8331ab472511b3c4bebcd30499231f1f385821c8 (patch)
tree49a3eba4ff63437e97585a61301d1329e416dabd /sys/arch
parent4a99cc313e6c37dc0342eadf3939a5f332ea5884 (diff)
Sync NMBCLUSTERS with mvme88k
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/luna88k/include/param.h8
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