diff options
Diffstat (limited to 'sys/arch/m88k/include/param.h')
-rw-r--r-- | sys/arch/m88k/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/param.h b/sys/arch/m88k/include/param.h index 88e042dd1fe..a6cc7116365 100644 --- a/sys/arch/m88k/include/param.h +++ b/sys/arch/m88k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.14 2011/09/08 03:40:32 guenther Exp $ */ +/* $OpenBSD: param.h,v 1.15 2013/01/01 01:02:19 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1988 University of Utah. @@ -76,7 +76,7 @@ /* * Constants related to network buffer management. */ -#define NMBCLUSTERS 2048 /* map size, max cluster allocation */ +#define NMBCLUSTERS 4096 /* map size, max cluster allocation */ /* * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized |