diff options
Diffstat (limited to 'sys/arch/sh')
-rw-r--r-- | sys/arch/sh/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/include/param.h b/sys/arch/sh/include/param.h index 6a2798e652b..18e4fb3e714 100644 --- a/sys/arch/sh/include/param.h +++ b/sys/arch/sh/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.11 2013/03/26 05:04:10 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.12 2016/09/03 14:25:27 bluhm Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. All rights reserved. @@ -80,7 +80,7 @@ #ifdef _KERNEL -#define NMBCLUSTERS 4096 /* map size, max cluster allocation */ +#define NMBCLUSTERS (4 * 1024) /* max cluster allocation */ #ifndef MSGBUFSIZE #define MSGBUFSIZE PAGE_SIZE /* default message buffer size */ |