diff options
Diffstat (limited to 'sys/arch/hppa/include/param.h')
-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 |