summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-04-19 23:29:03 +0000
committerderaadt <deraadt@openbsd.org>2004-04-19 23:29:03 +0000
commita3892ff6c8f74ab0d8025b4c5a9dce3726f2e048 (patch)
treef277784448b4424821874aadf5c381e98448de3f
parentremove the GATEWAY junk thingy; at the same time, select a new fat (diff)
downloadwireguard-openbsd-a3892ff6c8f74ab0d8025b4c5a9dce3726f2e048.tar.xz
wireguard-openbsd-a3892ff6c8f74ab0d8025b4c5a9dce3726f2e048.zip
remove the GATEWAY junk thingy; at the same time, select a new fat
cluster value that noone will really need to crank.
-rw-r--r--sys/arch/m68k/include/param.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/arch/m68k/include/param.h b/sys/arch/m68k/include/param.h
index 37acac47b79..8610fb2a3bd 100644
--- a/sys/arch/m68k/include/param.h
+++ b/sys/arch/m68k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.8 2003/06/02 23:27:48 millert Exp $ */
+/* $OpenBSD: param.h,v 1.9 2004/04/19 23:29:03 deraadt Exp $ */
/* $NetBSD: param.h,v 1.2 1997/06/10 18:21:23 veego Exp $ */
/*
@@ -108,13 +108,7 @@
#define MCLBYTES (1 << MCLSHIFT)
#define MCLOFSET (MCLBYTES - 1)
-#ifndef NMBCLUSTERS
-#ifdef GATEWAY
-# define NMBCLUSTERS 1024 /* map size, max cluster allocation */
-#else
-# define NMBCLUSTERS 512 /* map size, max cluster allocation */
-#endif
-#endif
+#define NMBCLUSTERS 1024 /* map size, max cluster allocation */
/* pages ("clicks") to disk blocks */
#define ctod(x) ((x) << (PGSHIFT - DEV_BSHIFT))