From e8889c42e4603e164d8b848819b7aee4eec80698 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Fri, 6 Jul 2001 02:07:45 +0000 Subject: change MSIZE to 256, okay @deraadt --- sys/arch/m68k/include/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/m68k/include') diff --git a/sys/arch/m68k/include/param.h b/sys/arch/m68k/include/param.h index 30fb50252ac..bafbc285e42 100644 --- a/sys/arch/m68k/include/param.h +++ b/sys/arch/m68k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.3 2001/05/05 20:56:40 art Exp $ */ +/* $OpenBSD: param.h,v 1.4 2001/07/06 02:07:42 provos Exp $ */ /* $NetBSD: param.h,v 1.2 1997/06/10 18:21:23 veego Exp $ */ /* @@ -94,7 +94,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 */ #ifndef MCLSHIFT # define MCLSHIFT 11 /* convert bytes to m_buf clusters */ -- cgit v1.2.3