Move flag(s) representing the type of vm_map_entry into its own vm_maptype_t
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 11 Sep 2006 20:25:31 +0000 (20:25 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 11 Sep 2006 20:25:31 +0000 (20:25 +0000)
commit1b874851d94b9e0cccfbd20d16085c8be30fc23b
treedfe07871806690fb33e380d6854745fa079b78cc
parent2604593ab8f792b6098a9d1a8d8dece72e264080
Move flag(s) representing the type of vm_map_entry into its own vm_maptype_t
type.  This is a precursor to adding a new VM mapping type for virtualized
page tables.
24 files changed:
sys/emulation/linux/i386/imgact_linux.c
sys/emulation/linux/linux_misc.c
sys/kern/imgact_aout.c
sys/kern/imgact_elf.c
sys/kern/imgact_gzip.c
sys/kern/init_main.c
sys/kern/kern_slaballoc.c
sys/kern/link_elf.c
sys/kern/sys_pipe.c
sys/kern/sys_process.c
sys/kern/sysv_shm.c
sys/kern/vfs_bio.c
sys/vfs/procfs/procfs_map.c
sys/vm/vm.h
sys/vm/vm_contig.c
sys/vm/vm_kern.c
sys/vm/vm_map.c
sys/vm/vm_map.h
sys/vm/vm_meter.c
sys/vm/vm_mmap.c
sys/vm/vm_object.c
sys/vm/vm_pageout.c
sys/vm/vm_unix.c
usr.bin/fstat/fstat.c