CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/10/21 03:08:14
Modified files:
sys/dev/pci/drm: drm_gem.c
sys/dev/pci/drm/ttm: ttm_bo_vm.c
sys/uvm : uvm_aobj.c uvm_aobj.h uvm_device.c uvm_object.c
uvm_object.h uvm_pager.c uvm_vnode.c
Log message:
Constify and use C99 initializer for "struct uvm_pagerops".
While here put some KERNEL_ASSERT_LOCKED() in the functions called from
the page fault handler. The removal of locking of `uobj' will need to be
revisited and these are good indicator that something is missing and that
many comments are lying.
ok kettenis