diff options
Diffstat (limited to 'sys/arch/sparc64/include/vmparam.h')
-rw-r--r-- | sys/arch/sparc64/include/vmparam.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/sparc64/include/vmparam.h b/sys/arch/sparc64/include/vmparam.h index 5c15d31b2b3..6541896174f 100644 --- a/sys/arch/sparc64/include/vmparam.h +++ b/sys/arch/sparc64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.12 2004/01/23 21:20:54 millert Exp $ */ +/* $OpenBSD: vmparam.h,v 1.13 2004/11/28 01:36:39 mickey Exp $ */ /* $NetBSD: vmparam.h,v 1.18 2001/05/01 02:19:19 thorpej Exp $ */ /* @@ -118,17 +118,6 @@ #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 - -/* * Mach derived constants */ |