diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-12-14 13:26:50 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-12-14 13:26:50 +0000 |
commit | 4023446711dc98a1c7a39f0ef82a9aed7bee8947 (patch) | |
tree | 72196527deb60a6d8b4842100a1425d55abe439f /sys/arch/hppa | |
parent | 6bdff00f1ce26d8f68d092f5288eeb95a4b1fee4 (diff) |
NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.
OK miod@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/param.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index 355b349c6fd..d4a8bc0e14b 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.48 2022/09/10 20:35:28 miod Exp $ */ +/* $OpenBSD: param.h,v 1.49 2023/12/14 13:26:49 claudio Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -57,12 +57,6 @@ #define MSGBUFSIZE (2 * 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) - #endif /* _KERNEL */ #define MACHINE_STACK_GROWS_UP 1 /* stack grows to higher addresses */ |