From 4f8260e700b5765d95a10d02fa5cccd633ac0954 Mon Sep 17 00:00:00 2001 From: kib Date: Sun, 9 Jan 2011 12:50:44 +0000 Subject: Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. Update the outdated comments describing MAXSLP and the process selection algorithm for swap out. Comments wording and reviewed by: alc --- sys/mips/include/vmparam.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'sys/mips') diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h index 212a0c3..ef01601 100644 --- a/sys/mips/include/vmparam.h +++ b/sys/mips/include/vmparam.h @@ -69,17 +69,6 @@ #define SGROWSIZ (128UL*1024) /* amount to grow stack */ #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 */ -- cgit v1.1