mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
- Revert part of r197685 because this change leads to wrong data in cache.
This commit is contained in:
parent
5c0509f9c0
commit
b3d484edee
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue