CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/04/18 05:40:30
Modified files: sys/arch/arm64/arm64: pmap.c Log message: Introduce a pmap lock on pmap_fault_fixup(). Heavily threaded applications will crash without this lock as other threads attempt to walk the tree while another thread is adding/removing mappings. Committing on behalf of drahn@ ok kettenis@