CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/02 18:15:46
Modified files:
sys/arch/riscv64/riscv64: pmap.c
Log message:
Inline PTED_* functions and actually use PTED_WIRED()
As noted by drahn@ the compiler did inline said functions, but it also
provided them as unused symbols.
ok miod@ mlarkin@ kettenis@
