CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/08/19 17:20:19
Modified files:
sys/arch/powerpc64/powerpc64: pmap.c
Log message:
Have powerpc64's pmap_enter(9) check if the mapping already exists.
Like arm64/pmap.c r1.113 and riscv64/pmap.c r1.47, if the mapping is
there, don't remove it and enter it again.
ok mpi@ kettenis@
