CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2021/09/19 04:43:26
Modified files: sys/arch/i386/i386: trap.c Log message: Unlock top part of the VM fault handler. This is possible now that pmap_extract() is serialized with pmap_remove(). ok sthen@, deraadt@