diff options
Diffstat (limited to 'sys/arch/arm/include/param.h')
-rw-r--r-- | sys/arch/arm/include/param.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/arm/include/param.h b/sys/arch/arm/include/param.h index 4cf1f546468..ae7022c4ead 100644 --- a/sys/arch/arm/include/param.h +++ b/sys/arch/arm/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.10 2006/03/19 01:47:23 martin Exp $ */ +/* $OpenBSD: param.h,v 1.11 2007/05/28 21:02:49 thib Exp $ */ /* $NetBSD: param.h,v 1.9 2002/03/24 03:37:23 thorpej Exp $ */ /* @@ -169,15 +169,7 @@ void delay (unsigned); /* * Constants related to network buffer management. - * MCLBYTES must be no larger than NBPG (the software page size), and, - * on machines that exchange pages of input or output buffers with mbuf - * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple - * of the hardware page size. */ -#define MSIZE 256 /* size of an mbuf */ -#define MCLSHIFT 11 /* convert bytes to m_buf clusters */ - /* 2K cluster can hold Ether frame */ -#define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ #define NMBCLUSTERS 4096 /* map size, max cluster allocation */ #define ovbcopy bcopy |