Introduce a dummy uvm_obj_destroy() interface. This function will be
authorkettenis <kettenis@openbsd.org>
Tue, 12 Oct 2021 18:16:51 +0000 (18:16 +0000)
committerkettenis <kettenis@openbsd.org>
Tue, 12 Oct 2021 18:16:51 +0000 (18:16 +0000)
commit3c82a20610190ad193b733881803b010715470b6
tree0f94b8c294d601beada4966f3babc7db227210a3
parente1fd8b91ccb583ed6f98f5baa0e7fc197735b919
Introduce a dummy uvm_obj_destroy() interface.  This function will be
used in the near future (by mpi@) to improve the locking for uvm objects.
Introducing this function now will me allow me to call it in the
appropriate place in the drm code.

ok mpi@, jsg@
sys/uvm/uvm_object.c
sys/uvm/uvm_object.h