summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/pmap.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2012-08-25 16:55:38 +0000
committeralc <alc@FreeBSD.org>2012-08-25 16:55:38 +0000
commit802e8319f0887decb74f4e448678bec37fa84bc0 (patch)
treedf458be6385ce26e71f5bbc572000fad96381e78 /sys/mips/include/pmap.h
parent9e6c8f62e01395ccaed081037785ded263361096 (diff)
downloadFreeBSD-src-802e8319f0887decb74f4e448678bec37fa84bc0.zip
FreeBSD-src-802e8319f0887decb74f4e448678bec37fa84bc0.tar.gz
Retire PV_TABLE_MOD. When we destroy or write protect a dirty mapping,
we call vm_page_dirty(). Maintaining the PV_TABLE_MOD flag, in addition, serves no useful purpose.
Diffstat (limited to 'sys/mips/include/pmap.h')
-rw-r--r--sys/mips/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h
index e75ccb7..bf3d344 100644
--- a/sys/mips/include/pmap.h
+++ b/sys/mips/include/pmap.h
@@ -73,7 +73,6 @@ struct md_page {
TAILQ_HEAD(, pv_entry) pv_list;
};
-#define PV_TABLE_MOD 0x01 /* modified */
#define PV_TABLE_REF 0x02 /* referenced */
#define ASID_BITS 8
OpenPOWER on IntegriCloud