aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/vmparam.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2011-01-09 12:50:44 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2011-01-09 12:50:44 +0000
commit50a57dfbec5800b586e5ee860d797818d54dfb44 (patch)
tree185b41ec088e628403e26ab0d571fc79249b094f /sys/mips/include/vmparam.h
parentda2fcff746a151ab3ea26c237953a90236cfc176 (diff)
downloadsrc-50a57dfbec5800b586e5ee860d797818d54dfb44.tar.gz
src-50a57dfbec5800b586e5ee860d797818d54dfb44.zip
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
Notes
Notes: svn path=/head/; revision=217192
Diffstat (limited to 'sys/mips/include/vmparam.h')
-rw-r--r--sys/mips/include/vmparam.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h
index 212a0c368811..ef01601dd4ed 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
*/