summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-01-09 12:50:44 +0000
committerkib <kib@FreeBSD.org>2011-01-09 12:50:44 +0000
commit4f8260e700b5765d95a10d02fa5cccd633ac0954 (patch)
tree185b41ec088e628403e26ab0d571fc79249b094f /sys/sun4v
parentb2e3ee7d07d38a011d50e0ce65fe146aafb5c939 (diff)
downloadFreeBSD-src-4f8260e700b5765d95a10d02fa5cccd633ac0954.zip
FreeBSD-src-4f8260e700b5765d95a10d02fa5cccd633ac0954.tar.gz
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
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/include/vmparam.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/sun4v/include/vmparam.h b/sys/sun4v/include/vmparam.h
index f4b24b5..ce01651 100644
--- a/sys/sun4v/include/vmparam.h
+++ b/sys/sun4v/include/vmparam.h
@@ -66,17 +66,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
-
-/*
* The physical address space is densely populated.
*/
#define VM_PHYSSEG_DENSE
OpenPOWER on IntegriCloud