From d044b80890761d3dcff21c85f8ff0a7532d1208e Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Fri, 7 Dec 2001 21:49:16 +0000 Subject: NKMEMPAGES defines. --- sys/arch/mvme68k/include/param.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sys/arch/mvme68k') diff --git a/sys/arch/mvme68k/include/param.h b/sys/arch/mvme68k/include/param.h index 10d0ba91afb..55c75df112e 100644 --- a/sys/arch/mvme68k/include/param.h +++ b/sys/arch/mvme68k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.14 2001/12/05 16:28:13 art Exp $ */ +/* $OpenBSD: param.h,v 1.15 2001/12/07 21:49:15 art Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -64,6 +64,13 @@ #include +/* + * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized + * logical pages. + */ +#define NKMEMPAGES_MIN_DEFAULT ((2 * 1024 * 1024) >> PAGE_SHIFT) +#define NKMEMPAGES_MAX_DEFAULT ((2 * 1024 * 1024) >> PAGE_SHIFT) + /* * spl functions; all but spl0 are done in-line */ -- cgit v1.2.3