pmap_virtual_space() and pmap_steal_memory() are mutually exclusive, so
authormiod <miod@openbsd.org>
Wed, 3 Apr 2024 18:43:32 +0000 (18:43 +0000)
committermiod <miod@openbsd.org>
Wed, 3 Apr 2024 18:43:32 +0000 (18:43 +0000)
commit67e981396d70d32ae0d9d2c6631d4bca92c17d49
tree46e0a40931d1b124c010d61edcd1c3f26cacb76c
parente45fcdf47aa1916bc0d5308964616de51bafe15f
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@
sys/arch/amd64/amd64/pmap.c
sys/arch/i386/i386/pmap.c
sys/uvm/uvm_pmap.h