Initialize the uvm object when we actually need it such that we can
authorkettenis <kettenis@openbsd.org>
Thu, 2 Sep 2021 19:12:29 +0000 (19:12 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 2 Sep 2021 19:12:29 +0000 (19:12 +0000)
commit951f4dd61fccad97b6204ac347ace9c9270202c7
tree52607702e6bde0cc610600541a3fbf1a4f27ffd9
parent5308a5540bc748443921af555c8392be7db4cd3a
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@
sys/dev/pci/drm/ttm/ttm_bo.c
sys/dev/pci/drm/ttm/ttm_bo_vm.c