CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/01 11:47:18
Modified files:
sys/arch/amd64/amd64: pmap.c vmm.c
sys/arch/amd64/include: pmap.h
Log message:
change amd64 pmap_convert to return void
There are no other return options, so adjust function signature to
void. This also allows for cleaning up its usage in vmm(4) in the
vm pmap initialization logic.
ok mlarkin@
