diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-19 22:55:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-19 22:55:52 +0000 |
commit | 1b92e192ad074a1976f53f1730e28441f266910a (patch) | |
tree | 94e0d1de3300d87254701ff80a07e2d3fa733d5e /sys/arch/hppa | |
parent | c452a416a25e1f9cc29952c21eabf4bf82a45e64 (diff) |
remove the GATEWAY junk thingy; at the same time, select a new fat
cluster value that noone will really need to crank.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/param.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index 1fbfd7b7781..4562f474b58 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.21 2003/04/16 07:26:07 mickey Exp $ */ +/* $OpenBSD: param.h,v 1.22 2004/04/19 22:55:49 deraadt Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -83,9 +83,7 @@ #define MCLSHIFT 11 #define MCLBYTES (1 << MCLSHIFT) /* large enough for ether MTU */ #define MCLOFSET (MCLBYTES - 1) -#ifndef NMBCLUSTERS -#define NMBCLUSTERS (2048) /* cl map size: 1MB */ -#endif +#define NMBCLUSTERS 4096 /* map size, max cluster allocation */ /* * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized |