diff options
Diffstat (limited to 'sys/arch/mvme68k/include/param.h')
| -rw-r--r-- | sys/arch/mvme68k/include/param.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/mvme68k/include/param.h b/sys/arch/mvme68k/include/param.h index 626a20c5c88..c7a54728588 100644 --- a/sys/arch/mvme68k/include/param.h +++ b/sys/arch/mvme68k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.19 2003/06/02 23:27:50 millert Exp $ */ +/* $OpenBSD: param.h,v 1.20 2005/09/12 23:05:05 miod Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -61,13 +61,6 @@ #include <m68k/param.h> /* - * 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 */ #include <machine/psl.h> |
