Switch PV pool allocator to use km_alloc(9) instead of uvm_km_kmemalloc(9).
authormpi <mpi@openbsd.org>
Wed, 2 Oct 2024 10:12:52 +0000 (10:12 +0000)
committermpi <mpi@openbsd.org>
Wed, 2 Oct 2024 10:12:52 +0000 (10:12 +0000)
commit6a2d6ffdb5ab59ae16929570f78c62c5ce17e7ba
tree36957112f188992c2a19efb953825bbec9f877af
parent69319e3ad6964d43849522e06d3fe5455c3ab3ad
Switch PV pool allocator to use km_alloc(9) instead of uvm_km_kmemalloc(9).

Reduce differences between pmaps & allow us to remove another deprecated
allocator.

ok phessler@, miod@
sys/arch/arm/arm/pmap7.c