Don't bother clearing PG_ZERO on the page table page in _pmap_allocpte();

it serves no purpose.
This commit is contained in:
Alan Cox 2003-12-28 23:57:09 +00:00
parent ee0406f617
commit a41c6c2ad6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123945

View file

@ -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();