From 01767a7d6ddf4a9cbb005cde19ee420b52d1ddcb Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 28 Nov 2004 01:36:40 +0000 Subject: MAXSLP is not really an MD-configurable define so move it to param.h; miod@ testing --- sys/arch/macppc/include/vmparam.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'sys/arch/macppc/include') diff --git a/sys/arch/macppc/include/vmparam.h b/sys/arch/macppc/include/vmparam.h index 24a886db06a..9948205b482 100644 --- a/sys/arch/macppc/include/vmparam.h +++ b/sys/arch/macppc/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.13 2004/06/24 22:35:56 drahn Exp $ */ +/* $OpenBSD: vmparam.h,v 1.14 2004/11/28 01:36:39 mickey Exp $ */ /* $NetBSD: vmparam.h,v 1.1 1996/09/30 16:34:38 ws Exp $ */ /*- @@ -70,17 +70,6 @@ */ #define USRIOSIZE 1024 -/* - * 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 - /* * Would like to have MAX addresses = 0, but this doesn't (currently) work */ -- cgit v1.2.3