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/sparc | |
parent | a256f9cba4b8dbd21444d114d0f31b0450af19b3 (diff) |
change MSIZE to 256, okay @deraadt
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h index 570d1aeda51..a101f8e57af 100644 --- a/sys/arch/sparc/include/param.h +++ b/sys/arch/sparc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.18 2001/05/10 09:23:11 art Exp $ */ +/* $OpenBSD: param.h,v 1.19 2001/07/06 02:07:43 provos Exp $ */ /* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */ /* @@ -111,7 +111,7 @@ extern int nbpg, pgofset, pgshift; * 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 MCLBYTES 2048 /* enough for whole Ethernet packet */ #define MCLSHIFT 11 /* log2(MCLBYTES) */ #define MCLOFSET (MCLBYTES - 1) |