Always invalidate the whole data cache in pmap_enter() for now.
It should not be needed.
This commit is contained in:
parent
d35924d404
commit
cb7bd34192
@ -3387,6 +3387,7 @@ pmap_enter(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot,
|
||||
|
||||
pmap_vac_me_harder(m, pmap, va);
|
||||
}
|
||||
pmap_dcache_wbinv_all(pmap) /* XXX: Shouldn't be needed. */;
|
||||
vm_page_unlock_queues();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user