summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/pmap.c1
-rw-r--r--sys/i386/i386/pmap.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index 409e4ec..e30a8e1 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -1364,7 +1364,6 @@ _pmap_allocpte(pmap, ptepindex)
m->valid = VM_PAGE_BITS_ALL;
vm_page_flag_clear(m, PG_ZERO);
- vm_page_flag_set(m, PG_MAPPED);
vm_page_wakeup(m);
return m;
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index 409e4ec..e30a8e1 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -1364,7 +1364,6 @@ _pmap_allocpte(pmap, ptepindex)
m->valid = VM_PAGE_BITS_ALL;
vm_page_flag_clear(m, PG_ZERO);
- vm_page_flag_set(m, PG_MAPPED);
vm_page_wakeup(m);
return m;
OpenPOWER on IntegriCloud