summaryrefslogtreecommitdiffstats
path: root/sys/arch/mac68k/include/param.h
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2005-09-12 23:05:03 +0000
committermiod <miod@openbsd.org>2005-09-12 23:05:03 +0000
commit7e3cd69d2800d4a528a868db70a28f90a9b034df (patch)
tree7ea79cda6f0ddee841dde356a4820abdc15538f9 /sys/arch/mac68k/include/param.h
parentDo not ouput anything unless option CARDBUS_DEBUG; ok fgs@ (diff)
downloadwireguard-openbsd-7e3cd69d2800d4a528a868db70a28f90a9b034df.tar.xz
wireguard-openbsd-7e3cd69d2800d4a528a868db70a28f90a9b034df.zip
Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit
arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for sun4m, selected at runtime.
Diffstat (limited to 'sys/arch/mac68k/include/param.h')
-rw-r--r--sys/arch/mac68k/include/param.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/mac68k/include/param.h b/sys/arch/mac68k/include/param.h
index 21a71052091..0f9ecba6180 100644
--- a/sys/arch/mac68k/include/param.h
+++ b/sys/arch/mac68k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.19 2003/06/02 23:27:49 millert Exp $ */
+/* $OpenBSD: param.h,v 1.20 2005/09/12 23:05:05 miod Exp $ */
/* $NetBSD: param.h,v 1.28 1997/03/01 06:57:45 scottr Exp $ */
/*
@@ -100,13 +100,6 @@
#define NPTEPG (NBPG/(sizeof (pt_entry_t)))
-/*
- * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized
- * logical pages.
- */
-#define NKMEMPAGES_MIN_DEFAULT ((3 * 1024 * 1024) >> PAGE_SHIFT)
-#define NKMEMPAGES_MAX_DEFAULT ((3 * 1024 * 1024) >> PAGE_SHIFT)
-
#define MSGBUFSIZE 4096
#if defined(_KERNEL) && !defined(_LOCORE)