Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,
authorguenther <guenther@openbsd.org>
Mon, 15 Dec 2014 02:24:22 +0000 (02:24 +0000)
committerguenther <guenther@openbsd.org>
Mon, 15 Dec 2014 02:24:22 +0000 (02:24 +0000)
commite087cc70f4b4b7a3628652ad3c1877c3724db5bc
tree0488517d312739442ed82709b49d703f8ffe78ac
parent9e4f07dc391604e21b01c1df96319508ee425d6d
Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,
eliminating the must-be-kept-in-sync UVM_INH_* macros

ok deraadt@ tedu@
19 files changed:
sys/arch/mips64/mips64/mips64_machdep.c
sys/arch/sparc/sparc/pmap.c
sys/arch/sparc64/sparc64/pmap.c
sys/arch/vax/vax/pmap.c
sys/dev/isa/aha.c
sys/dev/pci/drm/i915/i915_gem.c
sys/dev/pci/drm/i915/intel_ringbuffer.c
sys/kern/exec_subr.c
sys/kern/init_main.c
sys/kern/kern_exec.c
sys/kern/sysv_shm.c
sys/kern/vfs_biomem.c
sys/tmpfs/tmpfs_subr.c
sys/uvm/uvm_extern.h
sys/uvm/uvm_fault.c
sys/uvm/uvm_init.c
sys/uvm/uvm_km.c
sys/uvm/uvm_mmap.c
sys/uvm/uvm_unix.c