CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/14 21:16:16
Modified files:
sys/arch/mips64/mips64: trap.c
Log message:
Drop redundant pmap_proc_iflush() call. The needed instruction cache
invalidation is done by mips64 pmap when the branch emulation page is
made executable.
Originally, the pmap_proc_iflush() call was necessary. The instruction
cache invalidation was added in pmap_protect() after the FPU emulation
was introduced.
OK miod@
