diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-11-28 01:36:40 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-11-28 01:36:40 +0000 |
commit | 01767a7d6ddf4a9cbb005cde19ee420b52d1ddcb (patch) | |
tree | 3b38337bf2057ffff2b805b625c8a22f08036e27 /sys/arch/mips64 | |
parent | 858a401502e5cc8fa9f36e97a3a6bb394c3f0529 (diff) |
MAXSLP is not really an MD-configurable define so move it to param.h; miod@ testing
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/vmparam.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/mips64/include/vmparam.h b/sys/arch/mips64/include/vmparam.h index a6a7e00f8d7..b21fe75dda7 100644 --- a/sys/arch/mips64/include/vmparam.h +++ b/sys/arch/mips64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.7 2004/11/11 16:12:59 pefo Exp $ */ +/* $OpenBSD: vmparam.h,v 1.8 2004/11/28 01:36:39 mickey Exp $ */ /* $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $ */ /* @@ -90,17 +90,6 @@ #define SHMMAXPGS 8192 /* 8mb */ #endif -/* - * The time for a process to be blocked before being very swappable. - * This is a number of seconds which the system takes as being a non-trivial - * amount of real time. You probably shouldn't change this; - * it is used in subtle ways (fractions and multiples of it are, that is, like - * half of a ``long time'', almost a long time, etc.) - * It is related to human patience and other factors which don't really - * change over time. - */ -#define MAXSLP 20 - #define VM_PHYSSEG_MAX 8 /* Max number of physical memory segments */ #define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH #define VM_PHYSSEG_NOADD |