Author :
mpi
Date :
2025-11-13 10:55:51
Hash :de6394c7 Message :Use km_alloc(9) to allocate malloc(9) memory chunks.
Get rid of uvm_km_kmemalloc_pla() and uvm_km_free() that are no longer used.
This finishes the conversion to the "New unified allocator of kernel memory"
introduced by art@ 14 years ago.
ok tb@