CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/04/18 05:41:16
Modified files: sys/arch/arm64/arm64: pmap.c Log message: Stop modifying vm page flags using mixed atomic and non-atomic operations. This resolves one of the failures frequently seen on QEMU where spawning processes while another process is working can lead to crashes. Committing on behalf of drahn@ ok kettenis@ jsg@