summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2002-08-10 18:01:39 +0000
committeralc <alc@FreeBSD.org>2002-08-10 18:01:39 +0000
commit4c29b0e7b73283a028f56ac62c5fbb911b6dc655 (patch)
tree070c73c9f8b4caf41bef99d2359425e7a93ecc2a /sys/vm/vm_page.h
parentd855970854aa9922134abc4aa2629622d19ca77b (diff)
downloadFreeBSD-src-4c29b0e7b73283a028f56ac62c5fbb911b6dc655.zip
FreeBSD-src-4c29b0e7b73283a028f56ac62c5fbb911b6dc655.tar.gz
o Remove the setting and clearing of the PG_MAPPED flag from the alpha and
ia64 pmap. o Remove the PG_MAPPED flag's declaration.
Diffstat (limited to 'sys/vm/vm_page.h')
-rw-r--r--sys/vm/vm_page.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index bd44012..46de831 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -237,7 +237,6 @@ extern struct mtx vm_page_queue_free_mtx;
#define PG_WINATCFLS 0x0004 /* flush dirty page on inactive q */
#define PG_FICTITIOUS 0x0008 /* physical page doesn't exist (O) */
#define PG_WRITEABLE 0x0010 /* page is mapped writeable */
-#define PG_MAPPED 0x0020 /* page is mapped */
#define PG_ZERO 0x0040 /* page is zeroed */
#define PG_REFERENCED 0x0080 /* page has been referenced */
#define PG_CLEANCHK 0x0100 /* page will be checked for cleaning */
OpenPOWER on IntegriCloud