CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/12 12:16:51
Modified files:
sys/uvm : uvm_object.c uvm_object.h
Log message:
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@
