CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2021/09/02 13:12:29
Modified files: sys/dev/pci/drm/ttm: ttm_bo.c ttm_bo_vm.c Log message: Initialize the uvm object when we actually need it such that we can use uvm_obj_init() to initialize the pager ops and initial reference count. This will help future uvm unlocking diffs. ok mpi@, jsg@