aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_param.h
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2015-09-11 03:00:20 +0000
committerMark Johnston <markj@FreeBSD.org>2015-09-11 03:00:20 +0000
commitd73ce4c6986e10c39ad4dfc4f2261e3ad5f17ead (patch)
tree57c6e51431d30911758d6357a8afe77ca5692790 /sys/vm/vm_param.h
parentad8d57a99d35d61205feaba653b5b5c90d58fdd6 (diff)
downloadsrc-d73ce4c6986e10c39ad4dfc4f2261e3ad5f17ead.tar.gz
src-d73ce4c6986e10c39ad4dfc4f2261e3ad5f17ead.zip
Notes
Diffstat (limited to 'sys/vm/vm_param.h')
-rw-r--r--sys/vm/vm_param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h
index 38456de320f9..68e5cd1f1332 100644
--- a/sys/vm/vm_param.h
+++ b/sys/vm/vm_param.h
@@ -79,8 +79,8 @@
#define VM_V_FREE_TARGET 4 /* vm_cnt.v_free_target */
#define VM_V_FREE_RESERVED 5 /* vm_cnt.v_free_reserved */
#define VM_V_INACTIVE_TARGET 6 /* vm_cnt.v_inactive_target */
-#define VM_V_CACHE_MIN 7 /* vm_cnt.v_cache_min */
-#define VM_V_CACHE_MAX 8 /* vm_cnt.v_cache_max */
+#define VM_OBSOLETE_7 7 /* unused, formerly v_cache_min */
+#define VM_OBSOLETE_8 8 /* unused, formerly v_cache_max */
#define VM_V_PAGEOUT_FREE_MIN 9 /* vm_cnt.v_pageout_free_min */
#define VM_OBSOLETE_10 10 /* pageout algorithm */
#define VM_SWAPPING_ENABLED 11 /* swapping enabled */