diff options
Diffstat (limited to 'sys/kern')
| -rw-r--r-- | sys/kern/imgact_aout.c | 1 | ||||
| -rw-r--r-- | sys/kern/imgact_elf.c | 1 | ||||
| -rw-r--r-- | sys/kern/imgact_gzip.c | 1 | ||||
| -rw-r--r-- | sys/kern/init_main.c | 1 | ||||
| -rw-r--r-- | sys/kern/kern_exec.c | 1 | ||||
| -rw-r--r-- | sys/kern/kern_resource.c | 1 | ||||
| -rw-r--r-- | sys/kern/kern_subr.c | 1 | ||||
| -rw-r--r-- | sys/kern/link_elf.c | 1 | ||||
| -rw-r--r-- | sys/kern/link_elf_obj.c | 1 | ||||
| -rw-r--r-- | sys/kern/subr_blist.c | 1 | ||||
| -rw-r--r-- | sys/kern/subr_trap.c | 1 | ||||
| -rw-r--r-- | sys/kern/sys_pipe.c | 1 | ||||
| -rw-r--r-- | sys/kern/sys_process.c | 1 | ||||
| -rw-r--r-- | sys/kern/sysv_shm.c | 2 | ||||
| -rw-r--r-- | sys/kern/uipc_syscalls.c | 1 | ||||
| -rw-r--r-- | sys/kern/vfs_bio.c | 1 | ||||
| -rw-r--r-- | sys/kern/vfs_cluster.c | 1 | ||||
| -rw-r--r-- | sys/kern/vfs_export.c | 1 | ||||
| -rw-r--r-- | sys/kern/vfs_subr.c | 1 |
19 files changed, 0 insertions, 20 deletions
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index 53de00e7306c..eea280d2926e 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -47,7 +47,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/vm_prot.h> #include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_map.h> diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c index dc55fa9b763d..8d706c58727c 100644 --- a/sys/kern/imgact_elf.c +++ b/sys/kern/imgact_elf.c @@ -59,7 +59,6 @@ #include <sys/lock.h> #include <vm/vm_map.h> #include <vm/vm_object.h> -#include <vm/vm_prot.h> #include <vm/vm_extern.h> #include <machine/elf.h> diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c index f3c2e6001dff..a3a6a6817798 100644 --- a/sys/kern/imgact_gzip.c +++ b/sys/kern/imgact_gzip.c @@ -36,7 +36,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/vm_prot.h> #include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_map.h> diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 21875b823d15..fb21b4ba75e5 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -66,7 +66,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/vm_prot.h> #include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_map.h> diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index 6bb57e09a17c..35aa228da321 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -51,7 +51,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/vm_prot.h> #include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_page.h> diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c index d3bbcb1b26e0..2fd11abe0be4 100644 --- a/sys/kern/kern_resource.c +++ b/sys/kern/kern_resource.c @@ -52,7 +52,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/vm_prot.h> #include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_map.h> diff --git a/sys/kern/kern_subr.c b/sys/kern/kern_subr.c index 2b32e3d10c70..c0f7f6479e48 100644 --- a/sys/kern/kern_subr.c +++ b/sys/kern/kern_subr.c @@ -49,7 +49,6 @@ #include <sys/vnode.h> #include <vm/vm.h> -#include <vm/vm_prot.h> #include <vm/vm_page.h> #include <vm/vm_map.h> diff --git a/sys/kern/link_elf.c b/sys/kern/link_elf.c index 9556209663a4..8c12566ac5e9 100644 --- a/sys/kern/link_elf.c +++ b/sys/kern/link_elf.c @@ -39,7 +39,6 @@ #include <vm/vm.h> #ifdef SPARSE_MAPPING -#include <vm/vm_prot.h> #endif #include <vm/vm_param.h> #include <sys/lock.h> diff --git a/sys/kern/link_elf_obj.c b/sys/kern/link_elf_obj.c index 9556209663a4..8c12566ac5e9 100644 --- a/sys/kern/link_elf_obj.c +++ b/sys/kern/link_elf_obj.c @@ -39,7 +39,6 @@ #include <vm/vm.h> #ifdef SPARSE_MAPPING -#include <vm/vm_prot.h> #endif #include <vm/vm_param.h> #include <sys/lock.h> diff --git a/sys/kern/subr_blist.c b/sys/kern/subr_blist.c index 080bec794813..5455a7b95bd2 100644 --- a/sys/kern/subr_blist.c +++ b/sys/kern/subr_blist.c @@ -72,7 +72,6 @@ #include <sys/blist.h> #include <sys/malloc.h> #include <vm/vm.h> -#include <vm/vm_prot.h> #include <vm/vm_object.h> #include <vm/vm_kern.h> #include <vm/vm_extern.h> diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 5e3ed49ee48a..4d48110e2c95 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -65,7 +65,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/vm_prot.h> #include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_kern.h> diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index ee883ed99846..de73bf9c6018 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -66,7 +66,6 @@ #include <sys/uio.h> #include <vm/vm.h> -#include <vm/vm_prot.h> #include <vm/vm_param.h> #include <sys/lock.h> #include <vm/vm_object.h> diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index 6280666b814b..75b72fb1d4e0 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -40,7 +40,6 @@ #include <machine/reg.h> #include <vm/vm.h> -#include <vm/vm_prot.h> #include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_map.h> diff --git a/sys/kern/sysv_shm.c b/sys/kern/sysv_shm.c index 533502cc5c0a..6fcfdf23e28a 100644 --- a/sys/kern/sysv_shm.c +++ b/sys/kern/sysv_shm.c @@ -47,14 +47,12 @@ #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/vm_prot.h> #include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_object.h> #include <vm/vm_map.h> #include <vm/vm_page.h> #include <vm/vm_pager.h> -#include <vm/vm_inherit.h> #ifndef _SYS_SYSPROTO_H_ struct shmat_args; diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c index baa6c5cfcbd5..ade2c4df1312 100644 --- a/sys/kern/uipc_syscalls.c +++ b/sys/kern/uipc_syscalls.c @@ -62,7 +62,6 @@ #include <sys/ktrace.h> #endif #include <vm/vm.h> -#include <vm/vm_prot.h> #include <vm/vm_object.h> #include <vm/vm_page.h> #include <vm/vm_pageout.h> diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index c44ae8a6594b..8c927fe6dc50 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -39,7 +39,6 @@ #include <sys/lock.h> #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/vm_prot.h> #include <vm/vm_kern.h> #include <vm/vm_pageout.h> #include <vm/vm_page.h> diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index d8c77db6a294..7a8ce7c05df4 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -48,7 +48,6 @@ #include <sys/mount.h> #include <sys/resourcevar.h> #include <vm/vm.h> -#include <vm/vm_prot.h> #include <vm/vm_object.h> #include <vm/vm_page.h> #include <sys/sysctl.h> diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index 62851f936828..0ee9daa38fe3 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -64,7 +64,6 @@ #include <machine/limits.h> #include <vm/vm.h> -#include <vm/vm_prot.h> #include <vm/vm_object.h> #include <vm/vm_extern.h> #include <vm/pmap.h> diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 62851f936828..0ee9daa38fe3 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -64,7 +64,6 @@ #include <machine/limits.h> #include <vm/vm.h> -#include <vm/vm_prot.h> #include <vm/vm_object.h> #include <vm/vm_extern.h> #include <vm/pmap.h> |
