Pass `uobj' to uvmfault_unlockall() at the end of the fault handler.
authormpi <mpi@openbsd.org>
Sun, 5 Sep 2021 07:59:47 +0000 (07:59 +0000)
committermpi <mpi@openbsd.org>
Sun, 5 Sep 2021 07:59:47 +0000 (07:59 +0000)
commit16c7468461de2fb4c1ced4553958b5481aba067e
tree1b724f5e13b7abc60380e31539f71659ec82a280
parent444fe0f1f9731e7839960ad157fb9889d6d28916
Pass `uobj' to uvmfault_unlockall() at the end of the fault handler.

This is currently a NOOP but will become necessary to unlock the UVM
object with the upcoing "vmobjlock" diff.

Tested by patrick@ and robert@

ok jsg@
sys/dev/pci/drm/ttm/ttm_bo_vm.c