Change the prefix of UVM object functions to match NetBSD's.
authormpi <mpi@openbsd.org>
Wed, 16 Jun 2021 09:02:21 +0000 (09:02 +0000)
committermpi <mpi@openbsd.org>
Wed, 16 Jun 2021 09:02:21 +0000 (09:02 +0000)
commitda3d011001ab85609b7fe133ac1856ea5174737c
tree92c345b0508fb16e4031bc29deb616f6814f2973
parentfbafcf17bcaf81a423fe112ab6088ad5de06908c
Change the prefix of UVM object functions to match NetBSD's.

For example uvm_objinit() becomes uvm_obj_init().  Reduce differences
between the trees and help porting new functions needed for UVM object
locking.

No functionnal change.
15 files changed:
sys/arch/amd64/amd64/pmap.c
sys/arch/hppa/hppa/pmap.c
sys/arch/i386/i386/pmap.c
sys/dev/pci/drm/drm_gem.c
sys/dev/pci/drm/i915/gem/i915_gem_phys.c
sys/dev/pci/drm/i915/gem/i915_gem_shmem.c
sys/dev/pci/drm/ttm/ttm_bo.c
sys/dev/pci/drm/ttm/ttm_tt.c
sys/kern/vfs_bio.c
sys/kern/vfs_biomem.c
sys/uvm/uvm_aobj.c
sys/uvm/uvm_device.c
sys/uvm/uvm_object.c
sys/uvm/uvm_object.h
sys/uvm/uvm_vnode.c