From 95fabd3a19bd7178883d20448000a7fa9dd73c06 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 11 Dec 1996 11:13:05 +0000 Subject: MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefo --- sys/arch/mvme88k/include/param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/mvme88k/include/param.h') diff --git a/sys/arch/mvme88k/include/param.h b/sys/arch/mvme88k/include/param.h index 37f380ffe3c..00e17de74bc 100644 --- a/sys/arch/mvme88k/include/param.h +++ b/sys/arch/mvme88k/include/param.h @@ -38,7 +38,7 @@ * from: Utah $Hdr: machparam.h 1.11 89/08/14$ * * @(#)param.h 7.8 (Berkeley) 6/28/91 - * $Id: param.h,v 1.1 1995/10/18 10:54:21 deraadt Exp $ + * $Id: param.h,v 1.2 1996/12/11 11:12:57 deraadt Exp $ */ #ifndef _MACHINE_PARAM_H_ #define _MACHINE_PARAM_H_ @@ -104,8 +104,8 @@ * of the hardware page size. */ #define MSIZE 128 /* size of an mbuf */ -#define MCLBYTES 1024 -#define MCLSHIFT 10 +#define MCLSHIFT 11 +#define MCLBYTES (1 << MCLSHIFT) #define MCLOFSET (MCLBYTES - 1) #ifndef NMBCLUSTERS #ifdef GATEWAY -- cgit v1.2.3