summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2003-12-28 23:57:09 +0000
committeralc <alc@FreeBSD.org>2003-12-28 23:57:09 +0000
commit55f5e0250560a3bd62387b7396d6658959fb8703 (patch)
tree9d6b8fea9e6be0013b4a6673a4d4f1f9b3fa3fac /sys/i386
parenta9e4b6a3d8a9bfaf95bba28aabefb91003b5c73f (diff)
downloadFreeBSD-src-55f5e0250560a3bd62387b7396d6658959fb8703.zip
FreeBSD-src-55f5e0250560a3bd62387b7396d6658959fb8703.tar.gz
Don't bother clearing PG_ZERO on the page table page in _pmap_allocpte();
it serves no purpose.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/pmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index 2b51489..87a44c7 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -1160,7 +1160,6 @@ _pmap_allocpte(pmap, ptepindex)
(pd_entry_t) (ptepa | PG_U | PG_RW | PG_V | PG_A | PG_M);
vm_page_lock_queues();
- vm_page_flag_clear(m, PG_ZERO);
vm_page_wakeup(m);
vm_page_unlock_queues();
OpenPOWER on IntegriCloud