summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-10-05 09:48:45 +0000
committerdg <dg@FreeBSD.org>1994-10-05 09:48:45 +0000
commit52b4dc9c30d3103c53b99bb28b17fb2a972a012b (patch)
tree9c109936447aaa693cde32bdf5eba383172d10b9 /sys/vm/vm_page.h
parent66cba7eaa57d9b5f9afa015d93715f53ea5a8fd6 (diff)
downloadFreeBSD-src-52b4dc9c30d3103c53b99bb28b17fb2a972a012b.zip
FreeBSD-src-52b4dc9c30d3103c53b99bb28b17fb2a972a012b.tar.gz
Stuff object into v_vmdata rather than pager. Not important which at
the moment, but will be in the future. Other changes mostly cosmetic, but are made for future VMIO considerations. Submitted by: John Dyson
Diffstat (limited to 'sys/vm/vm_page.h')
-rw-r--r--sys/vm/vm_page.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index cbfb74c..cfa41c1 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_page.h,v 1.5 1994/09/06 11:28:44 davidg Exp $
+ * $Id: vm_page.h,v 1.6 1994/09/27 18:00:29 davidg Exp $
*/
/*
@@ -134,6 +134,7 @@ struct vm_page {
#define PG_FILLED 0x0400 /* client flag to set when filled */
#define PG_DIRTY 0x0800 /* client flag to set when dirty */
#define PG_REFERENCED 0x1000 /* page has been referenced */
+#define PG_VMIO 0x2000 /* VMIO flag */
#define PG_PAGEROWNED 0x4000 /* DEBUG: async paging op in progress */
#define PG_FREE 0x8000 /* page is in free list */
OpenPOWER on IntegriCloud