summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-06-28 00:37:34 +0000
committerkib <kib@FreeBSD.org>2016-06-28 00:37:34 +0000
commit19f52205250ba3154d3fea21f7139ad3f4c16cda (patch)
tree67ed37bba4d64f0600373093028ef8d26b5c91be /sys/vm/vm_object.h
parenta1d92b94f31f1d42a7d67fed0bda891dedaa3ba2 (diff)
downloadFreeBSD-src-19f52205250ba3154d3fea21f7139ad3f4c16cda.zip
FreeBSD-src-19f52205250ba3154d3fea21f7139ad3f4c16cda.tar.gz
MFC r302063:
Avoid the active object marking for vm.vmtotal sysctl.
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index ac8feae..f45aa9e 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -181,7 +181,6 @@ struct vm_object {
*/
#define OBJ_FICTITIOUS 0x0001 /* (c) contains fictitious pages */
#define OBJ_UNMANAGED 0x0002 /* (c) contains unmanaged pages */
-#define OBJ_ACTIVE 0x0004 /* active objects */
#define OBJ_DEAD 0x0008 /* dead objects (during rundown) */
#define OBJ_NOSPLIT 0x0010 /* dont split this object */
#define OBJ_PIPWNT 0x0040 /* paging in progress wanted */
OpenPOWER on IntegriCloud