From b3d484edeec9adbcb347738661b1154a4f987aee Mon Sep 17 00:00:00 2001 From: Oleksandr Tymoshenko Date: Mon, 5 Oct 2009 23:19:51 +0000 Subject: [PATCH] - Revert part of r197685 because this change leads to wrong data in cache. --- sys/mips/mips/pmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c index 52d28645aba..33b8040c1a5 100644 --- a/sys/mips/mips/pmap.c +++ b/sys/mips/mips/pmap.c @@ -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); } /*