CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/19 13:18:38
Modified files:
sys/arch/riscv64/include: pmap.h
sys/arch/riscv64/riscv64: pmap.c
Log message:
Implement pmap_populate(). As noted in the arm64 commit the riscv64 pmap
is derived from the arm64 pmap and suffers from the same issue.
ok mpi@, jca@
