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/mvme88k/include/param.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'sys/arch/mvme88k') diff --git a/sys/arch/mvme88k/include/param.h b/sys/arch/mvme88k/include/param.h index a510c4a0695..7cc8ddbf041 100644 --- a/sys/arch/mvme88k/include/param.h +++ b/sys/arch/mvme88k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.34 2004/01/19 17:18:13 miod Exp $ */ +/* $OpenBSD: param.h,v 1.35 2004/04/19 22:55:49 deraadt Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1988 University of Utah. @@ -111,14 +111,7 @@ #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ #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 -- cgit v1.2.3