From 1b92e192ad074a1976f53f1730e28441f266910a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 19 Apr 2004 22:55:52 +0000 Subject: remove the GATEWAY junk thingy; at the same time, select a new fat cluster value that noone will really need to crank. --- sys/arch/vax/include/param.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'sys/arch/vax/include') diff --git a/sys/arch/vax/include/param.h b/sys/arch/vax/include/param.h index b232a1bb0f4..e95a3176de6 100644 --- a/sys/arch/vax/include/param.h +++ b/sys/arch/vax/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.25 2003/06/02 23:27:57 millert Exp $ */ +/* $OpenBSD: param.h,v 1.26 2004/04/19 22:55:51 deraadt Exp $ */ /* $NetBSD: param.h,v 1.39 1999/10/22 21:14:34 ragge Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -110,15 +110,7 @@ #endif /* MCLSHIFT */ #define MCLBYTES (1 << MCLSHIFT) /* size of an m_buf cluster */ #define MCLOFSET (MCLBYTES - 1) /* offset within an m_buf cluster */ - -#ifndef NMBCLUSTERS - -#ifdef GATEWAY -#define NMBCLUSTERS 512 /* map size, max cluster allocation */ -#else -#define NMBCLUSTERS 256 /* map size, max cluster allocation */ -#endif /* GATEWAY */ -#endif /* NMBCLUSTERS */ +#define NMBCLUSTERS 768 /* map size, max cluster allocation */ /* * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized -- cgit v1.2.3