Call uvm_pglistfree(9) instead of uvm_pmr_freepageq().
authormpi <mpi@openbsd.org>
Mon, 17 Jan 2022 13:55:32 +0000 (13:55 +0000)
committermpi <mpi@openbsd.org>
Mon, 17 Jan 2022 13:55:32 +0000 (13:55 +0000)
commit7f144f4ceabe13eb54795db3c1858c4ab25a96d4
tree6b0d7fde9968a7abdad3a1b81ae29b3965b4746c
parent892a73ca82b6403cd399bcdfa8382571904655be
Call uvm_pglistfree(9) instead of uvm_pmr_freepageq().

There is no functionnal change as the former is just a wrapper around the
latter.  However upper layer of UVM do not need to mess with the internals
of the page allocator.

This will also help when a page cache will be introduced to reduce contention
on the global mutex serializing acess to pmemrange's data.

ok kettenis@, kn@, tb@
sys/uvm/uvm_object.c