- Revert part of r197685 because this change leads to wrong data in cache.

This commit is contained in:
Oleksandr Tymoshenko 2009-10-05 23:19:51 +00:00
parent 5c0509f9c0
commit b3d484edee

View file

@ -748,7 +748,7 @@ pmap_qenter(vm_offset_t va, vm_page_t *m, int count)
va += PAGE_SIZE;
}
mips_dcache_inv_range(origva, PAGE_SIZE*count);
mips_dcache_wbinv_range_index(origva, PAGE_SIZE*count);
}
/*