CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/06 04:52:39
Modified files:
sys/dev/pci/drm: drm_gem.c
sys/dev/pci/drm/ttm: ttm_bo_vm.c
sys/dev/pci/drm/i915/gem: i915_gem_mman.c
sys/uvm : uvm_device.c uvm_fault.c uvm_fault.h
Log message:
Remove unused `anon' argument from uvmfault_unlockall().
It won't be used when amap and anon locking will be introduced.
This "fixes" passing a unrelated/uninitialized pointer in an error path
in case of memory shortage.
ok kettenis@
