summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/include
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2001-07-06 02:07:45 +0000
committerNiels Provos <provos@cvs.openbsd.org>2001-07-06 02:07:45 +0000
commite8889c42e4603e164d8b848819b7aee4eec80698 (patch)
treeb1c06eb431c355fcaac6e7a76abbc15662f0f130 /sys/arch/m68k/include
parenta256f9cba4b8dbd21444d114d0f31b0450af19b3 (diff)
change MSIZE to 256, okay @deraadt
Diffstat (limited to 'sys/arch/m68k/include')
-rw-r--r--sys/arch/m68k/include/param.h4
1 files changed, 2 insertions, 2 deletions
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 */