diff options
-rw-r--r-- | sys/arm/arm/pmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/arm/pmap.c b/sys/arm/arm/pmap.c index cf0cdbb..e5970f0 100644 --- a/sys/arm/arm/pmap.c +++ b/sys/arm/arm/pmap.c @@ -3277,7 +3277,6 @@ pmap_protect(pmap_t pm, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) if (pg != NULL) { f = pmap_modify_pv(pg, pm, sva, PVF_WRITE, 0); - pmap_vac_me_harder(pg, pm, sva); vm_page_dirty(pg); } else f = PVF_REF | PVF_EXEC; |