diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-07-06 02:07:45 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-07-06 02:07:45 +0000 |
commit | e8889c42e4603e164d8b848819b7aee4eec80698 (patch) | |
tree | b1c06eb431c355fcaac6e7a76abbc15662f0f130 /sys/arch/powerpc/include/param.h | |
parent | a256f9cba4b8dbd21444d114d0f31b0450af19b3 (diff) |
change MSIZE to 256, okay @deraadt
Diffstat (limited to 'sys/arch/powerpc/include/param.h')
-rw-r--r-- | sys/arch/powerpc/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h index 503efc20c72..9b01de2be9a 100644 --- a/sys/arch/powerpc/include/param.h +++ b/sys/arch/powerpc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.15 2001/06/23 01:59:05 drahn Exp $ */ +/* $OpenBSD: param.h,v 1.16 2001/07/06 02:07:43 provos Exp $ */ /* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- @@ -77,7 +77,7 @@ * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple * of the hardware page size. */ -#define MSIZE 128 /* size of an mbuf */ +#define MSIZE 256 /* size of an mbuf */ #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ #define MCLOFSET (MCLBYTES - 1) |