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/i386/include/vmparam.h | |
parent | 858a401502e5cc8fa9f36e97a3a6bb394c3f0529 (diff) |
MAXSLP is not really an MD-configurable define so move it to param.h; miod@ testing
Diffstat (limited to 'sys/arch/i386/include/vmparam.h')
-rw-r--r-- | sys/arch/i386/include/vmparam.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h index 937c72ab252..37cec70aee7 100644 --- a/sys/arch/i386/include/vmparam.h +++ b/sys/arch/i386/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.29 2004/01/01 20:18:32 millert Exp $ */ +/* $OpenBSD: vmparam.h,v 1.30 2004/11/28 01:36:38 mickey Exp $ */ /* $NetBSD: vmparam.h,v 1.15 1994/10/27 04:16:34 cgd Exp $ */ /*- @@ -87,17 +87,6 @@ */ #define USRIOSIZE 300 -/* - * 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 - /* XXX Compatibility */ #define APTDPTDI PDSLOT_APTE #define PTDPTDI PDSLOT_PTE |