CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/03/16 11:12:50
Modified files: sys/arch/hppa/hppa: pmap.c Log message: PCXS processors (really, all PA-RISC processors with separate I and D tlb entries) may use the DTLB to resolve an address in ficache(), so make sure pdtlb() always happens after ficache(), not before. This problem was exposed with revision 1.145 of pmap.c. ok kettenis@