diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/include/param.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/amd64/include/param.h b/sys/arch/amd64/include/param.h index aedd9111f8a..ea59b9e5273 100644 --- a/sys/arch/amd64/include/param.h +++ b/sys/arch/amd64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.2 2004/02/27 17:41:25 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.3 2004/04/19 22:55:48 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -114,10 +114,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 -#define NMBCLUSTERS 2048 /* map size, max cluster allocation */ -#endif +#define NMBCLUSTERS 6144 /* map size, max cluster allocation */ /* * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized |