diff options
Diffstat (limited to 'sys/arch/sh/include/param.h')
-rw-r--r-- | sys/arch/sh/include/param.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/sh/include/param.h b/sys/arch/sh/include/param.h index 90832ee2499..0b5c2a2a40a 100644 --- a/sys/arch/sh/include/param.h +++ b/sys/arch/sh/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.13 2018/09/14 13:58:20 claudio Exp $ */ +/* $OpenBSD: param.h,v 1.14 2023/12/14 13:26:49 claudio Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. All rights reserved. @@ -86,12 +86,6 @@ #define MSGBUFSIZE PAGE_SIZE /* default message buffer size */ #endif -/* - * Maximum size of the kernel malloc arena in PAGE_SIZE-sized - * logical pages. - */ -#define NKMEMPAGES_MAX_DEFAULT ((64 * 1024 * 1024) >> PAGE_SHIFT) - #endif /* _KERNEL */ #endif /* _SH_PARAM_H_ */ |