diff options
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r-- | sys/arch/amd64/include/param.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/amd64/include/param.h b/sys/arch/amd64/include/param.h index 2d2d5e66c21..958c41ecb11 100644 --- a/sys/arch/amd64/include/param.h +++ b/sys/arch/amd64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.28 2019/12/23 21:42:01 bluhm Exp $ */ +/* $OpenBSD: param.h,v 1.29 2023/12/14 13:26:49 claudio Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -73,12 +73,6 @@ #define MSGBUFSIZE (32 * PAGE_SIZE) /* default message buffer size */ #endif -/* - * Maximum size of the kernel malloc arena in PAGE_SIZE-sized - * logical pages. - */ -#define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT) - #define __HAVE_ACPI #endif /* _KERNEL */ |