CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/03 12:43:32
Modified files:
sys/arch/amd64/amd64: pmap.c
sys/arch/i386/i386: pmap.c
sys/uvm : uvm_pmap.h
Log message:
pmap_virtual_space() and pmap_steal_memory() are mutually exclusive, so
make sure only one of them is prototyped and only one of them is implemented.
ok mpi@ kettenis@
