CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/06/09 13:27:59
Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Simplify the locking pmap_page_protect() by delaying putting back the pv entries into the pull like we already do in pmap_remove(). ok jca@, mpi@, claudio@