CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2022/11/13 09:14:06
Modified files: sys/arch/riscv64/riscv64: pmap.c Log message: Sync data and instruction cache before entering an executable page Adapted from kettenis' fix for arm64/pmap.c. Since we haven't been able to reliably reproduce the clang crashes that affect base and ports, it not yet known whether riscv64 was badly affected by this misordering. Time will tell. ok kettenis@