summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_param.h
diff options
context:
space:
mode:
authorzont <zont@FreeBSD.org>2013-07-26 02:00:06 +0000
committerzont <zont@FreeBSD.org>2013-07-26 02:00:06 +0000
commitd47da97be70ed73cd188e0039c5ccdeb27f3bb23 (patch)
treeaede5d53a6918f593a24db99a8491d9cf778d70a /sys/vm/vm_param.h
parent34504eb8a950687bf141e5748ab804c903d3ed3c (diff)
downloadFreeBSD-src-d47da97be70ed73cd188e0039c5ccdeb27f3bb23.zip
FreeBSD-src-d47da97be70ed73cd188e0039c5ccdeb27f3bb23.tar.gz
Remove define and documentation for vm_pageout_algorithm missed in r253587
Diffstat (limited to 'sys/vm/vm_param.h')
-rw-r--r--sys/vm/vm_param.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h
index c404989..44306be 100644
--- a/sys/vm/vm_param.h
+++ b/sys/vm/vm_param.h
@@ -82,9 +82,8 @@
#define VM_V_CACHE_MIN 7 /* cnt.v_cache_min */
#define VM_V_CACHE_MAX 8 /* cnt.v_cache_max */
#define VM_V_PAGEOUT_FREE_MIN 9 /* cnt.v_pageout_free_min */
-#define VM_PAGEOUT_ALGORITHM 10 /* pageout algorithm */
-#define VM_SWAPPING_ENABLED 11 /* swapping enabled */
-#define VM_MAXID 12 /* number of valid vm ids */
+#define VM_SWAPPING_ENABLED 10 /* swapping enabled */
+#define VM_MAXID 11 /* number of valid vm ids */
#define CTL_VM_NAMES { \
{ 0, 0 }, \
@@ -97,7 +96,6 @@
{ "v_cache_min", CTLTYPE_UINT }, \
{ "v_cache_max", CTLTYPE_UINT }, \
{ "v_pageout_free_min", CTLTYPE_UINT}, \
- { "pageout_algorithm", CTLTYPE_INT}, \
{ "swap_enabled", CTLTYPE_INT},\
}
OpenPOWER on IntegriCloud