CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/18 11:01:41
Modified files:
sys/arch/riscv64/riscv64: pmap.c
Log message:
Reuse pmap_pte_insert() in pmap_clear_modify()
Stricter code which further reduces the difference between the pmap of
arm64 and riscv64 and also the number of functions where member pted_pte
is manipulated.
ok drahn@ kettenis@
