CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/04 11:15:40
Modified files:
sys/arch/arm64/include: pmap.h
Log message:
Define __HAVE_PMAP_MPSAFE_ENTER_COW; the ARMv8 architecture requires
that we implement proper "break-before-make" semantics and I've stared
at the code for long enough that I've convinced myself that we do indeed
implement this correctly several times.
ok guenther@
