CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/03/02 21:28:21
Modified files: sys/arch/arm/arm: pmap7.c Log message: When a physical address is needed to flush the secondary cache use VM_PAGE_TO_PHYS() instead of unnecessarily calling pmap_extract(). >From Patrick Wildt.