diff options
| -rw-r--r-- | sys/i386/i386/pmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index 2b51489b26c2..87a44c76cf72 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(); |
