summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-09-11 20:05:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-09-11 20:05:27 +0000
commit650cf27b4440ede3599ffc101d32dcc91e46bb9a (patch)
tree92c55aa4cd2a8c4cc3625c79f143ed9632fe0a72 /sys/uvm
parent071c2d52c75d240533eb0bb44f76527fe6f365cf (diff)
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_amap.c3
-rw-r--r--sys/uvm/uvm_aobj.c3
-rw-r--r--sys/uvm/uvm_device.c3
-rw-r--r--sys/uvm/uvm_loan.c3
-rw-r--r--sys/uvm/uvm_mmap.c3
-rw-r--r--sys/uvm/uvm_pdaemon.c3
-rw-r--r--sys/uvm/uvm_vnode.c3
7 files changed, 7 insertions, 14 deletions
diff --git a/sys/uvm/uvm_amap.c b/sys/uvm/uvm_amap.c
index f447b1b4819..1a67c4e1ac8 100644
--- a/sys/uvm/uvm_amap.c
+++ b/sys/uvm/uvm_amap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_amap.c,v 1.9 2001/07/18 10:47:05 art Exp $ */
+/* $OpenBSD: uvm_amap.c,v 1.10 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: uvm_amap.c,v 1.22 1999/09/12 01:17:33 chs Exp $ */
/*
@@ -52,7 +52,6 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
-#include <vm/vm_kern.h>
#define UVM_AMAP_C /* ensure disabled inlines are in */
#include <uvm/uvm.h>
diff --git a/sys/uvm/uvm_aobj.c b/sys/uvm/uvm_aobj.c
index 1c88ea322e2..97d1c77c4b9 100644
--- a/sys/uvm/uvm_aobj.c
+++ b/sys/uvm/uvm_aobj.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_aobj.c,v 1.14 2001/08/11 10:57:22 art Exp $ */
+/* $OpenBSD: uvm_aobj.c,v 1.15 2001/09/11 20:05:26 miod Exp $ */
/* $NetBSD: uvm_aobj.c,v 1.31 2000/05/19 04:34:45 thorpej Exp $ */
/*
@@ -52,7 +52,6 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
-#include <vm/vm_kern.h>
#include <uvm/uvm.h>
diff --git a/sys/uvm/uvm_device.c b/sys/uvm/uvm_device.c
index 196fcdcddd2..a08658f0cfc 100644
--- a/sys/uvm/uvm_device.c
+++ b/sys/uvm/uvm_device.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_device.c,v 1.11 2001/08/11 10:57:22 art Exp $ */
+/* $OpenBSD: uvm_device.c,v 1.12 2001/09/11 20:05:26 miod Exp $ */
/* $NetBSD: uvm_device.c,v 1.22 2000/05/28 10:21:55 drochner Exp $ */
/*
@@ -48,7 +48,6 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
-#include <vm/vm_kern.h>
#include <uvm/uvm.h>
#include <uvm/uvm_device.h>
diff --git a/sys/uvm/uvm_loan.c b/sys/uvm/uvm_loan.c
index 380b3b0c0ce..bc68a2b95d6 100644
--- a/sys/uvm/uvm_loan.c
+++ b/sys/uvm/uvm_loan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_loan.c,v 1.8 2001/08/11 10:57:22 art Exp $ */
+/* $OpenBSD: uvm_loan.c,v 1.9 2001/09/11 20:05:26 miod Exp $ */
/* $NetBSD: uvm_loan.c,v 1.20 2000/04/10 00:32:46 thorpej Exp $ */
/*
@@ -48,7 +48,6 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
-#include <vm/vm_kern.h>
#include <uvm/uvm.h>
diff --git a/sys/uvm/uvm_mmap.c b/sys/uvm/uvm_mmap.c
index ee8a10c06c5..20311eec008 100644
--- a/sys/uvm/uvm_mmap.c
+++ b/sys/uvm/uvm_mmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_mmap.c,v 1.19 2001/08/11 10:57:22 art Exp $ */
+/* $OpenBSD: uvm_mmap.c,v 1.20 2001/09/11 20:05:26 miod Exp $ */
/* $NetBSD: uvm_mmap.c,v 1.41 2000/05/23 02:19:20 enami Exp $ */
/*
@@ -67,7 +67,6 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
-#include <vm/vm_kern.h>
#include <sys/syscallargs.h>
diff --git a/sys/uvm/uvm_pdaemon.c b/sys/uvm/uvm_pdaemon.c
index 4b7588d309e..c4710f333f0 100644
--- a/sys/uvm/uvm_pdaemon.c
+++ b/sys/uvm/uvm_pdaemon.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_pdaemon.c,v 1.12 2001/08/11 10:57:22 art Exp $ */
+/* $OpenBSD: uvm_pdaemon.c,v 1.13 2001/09/11 20:05:26 miod Exp $ */
/* $NetBSD: uvm_pdaemon.c,v 1.19 1999/11/04 21:51:42 thorpej Exp $ */
/*
@@ -79,7 +79,6 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
-#include <vm/vm_kern.h>
#include <uvm/uvm.h>
diff --git a/sys/uvm/uvm_vnode.c b/sys/uvm/uvm_vnode.c
index f24605a1404..ba2af86d07d 100644
--- a/sys/uvm/uvm_vnode.c
+++ b/sys/uvm/uvm_vnode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_vnode.c,v 1.19 2001/09/05 19:22:23 deraadt Exp $ */
+/* $OpenBSD: uvm_vnode.c,v 1.20 2001/09/11 20:05:26 miod Exp $ */
/* $NetBSD: uvm_vnode.c,v 1.33 2000/05/19 03:45:05 thorpej Exp $ */
/*
@@ -64,7 +64,6 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
-#include <vm/vm_kern.h>
#include <uvm/uvm.h>
#include <uvm/uvm_vnode.h>