Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86_64/include Bump MSIZE to 512.
details: https://anonhg.NetBSD.org/src/rev/f4052d44cc12
branches: trunk
changeset: 545907:f4052d44cc12
user: fvdl <fvdl%NetBSD.org@localhost>
date: Thu Apr 17 18:20:17 2003 +0000
description:
Bump MSIZE to 512.
diffstat:
sys/arch/x86_64/include/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 223419224623 -r f4052d44cc12 sys/arch/x86_64/include/param.h
--- a/sys/arch/x86_64/include/param.h Thu Apr 17 18:14:57 2003 +0000
+++ b/sys/arch/x86_64/include/param.h Thu Apr 17 18:20:17 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.6 2003/03/05 23:56:02 fvdl Exp $ */
+/* $NetBSD: param.h,v 1.7 2003/04/17 18:20:17 fvdl Exp $ */
#ifdef _KERNEL
#ifdef _LOCORE
@@ -74,7 +74,7 @@
* clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
* of the hardware page size.
*/
-#define MSIZE 256 /* size of an mbuf */
+#define MSIZE 512 /* size of an mbuf */
#ifndef MCLSHIFT
#define MCLSHIFT 11 /* convert bytes to m_buf clusters */
Home |
Main Index |
Thread Index |
Old Index