summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-09-19 20:51:00 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-09-19 20:51:00 +0000
commit26751d4f7e73801bb67ab4abe3c6fab6f014d366 (patch)
tree04ee53302fcda940a3ab1ebbec6932ae1bb90ce4 /sys/arch/sun3
parent4e3bacfaf6ab9f4eda76a92dac84616ea1d02192 (diff)
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/sun3/autoconf.c4
-rw-r--r--sys/arch/sun3/sun3/dvma.c3
-rw-r--r--sys/arch/sun3/sun3/machdep.c3
-rw-r--r--sys/arch/sun3/sun3/pmap.c3
-rw-r--r--sys/arch/sun3/sun3/vm_machdep.c3
5 files changed, 5 insertions, 11 deletions
diff --git a/sys/arch/sun3/sun3/autoconf.c b/sys/arch/sun3/sun3/autoconf.c
index cd690b507a7..85ecc8cfe8d 100644
--- a/sys/arch/sun3/sun3/autoconf.c
+++ b/sys/arch/sun3/sun3/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.15 2001/08/11 23:21:14 art Exp $ */
+/* $OpenBSD: autoconf.c,v 1.16 2001/09/19 20:50:57 mickey Exp $ */
/* $NetBSD: autoconf.c,v 1.37 1996/11/20 18:57:22 gwr Exp $ */
/*-
@@ -60,8 +60,6 @@
#include <scsi/scsiconf.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
-
#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
diff --git a/sys/arch/sun3/sun3/dvma.c b/sys/arch/sun3/sun3/dvma.c
index fb9d3909118..285e3cc9dd1 100644
--- a/sys/arch/sun3/sun3/dvma.c
+++ b/sys/arch/sun3/sun3/dvma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dvma.c,v 1.12 2001/08/11 23:21:14 art Exp $ */
+/* $OpenBSD: dvma.c,v 1.13 2001/09/19 20:50:57 mickey Exp $ */
/* $NetBSD: dvma.c,v 1.5 1996/11/20 18:57:29 gwr Exp $ */
/*-
@@ -50,7 +50,6 @@
#include <sys/exec.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <uvm/uvm.h>
diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c
index af82da243ee..99b9dba642b 100644
--- a/sys/arch/sun3/sun3/machdep.c
+++ b/sys/arch/sun3/sun3/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.41 2001/09/14 09:07:50 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.42 2001/09/19 20:50:57 mickey Exp $ */
/* $NetBSD: machdep.c,v 1.77 1996/10/13 03:47:51 christos Exp $ */
/*
@@ -80,7 +80,6 @@
#endif
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <uvm/uvm_extern.h>
diff --git a/sys/arch/sun3/sun3/pmap.c b/sys/arch/sun3/sun3/pmap.c
index dadbe19b166..bc763e86ff1 100644
--- a/sys/arch/sun3/sun3/pmap.c
+++ b/sys/arch/sun3/sun3/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.28 2001/07/25 13:25:33 art Exp $ */
+/* $OpenBSD: pmap.c,v 1.29 2001/09/19 20:50:57 mickey Exp $ */
/* $NetBSD: pmap.c,v 1.64 1996/11/20 18:57:35 gwr Exp $ */
/*-
@@ -79,7 +79,6 @@
#include <sys/queue.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <vm/vm_page.h>
#include <uvm/uvm.h>
diff --git a/sys/arch/sun3/sun3/vm_machdep.c b/sys/arch/sun3/sun3/vm_machdep.c
index 7ac7cf08602..bf7f4f59b99 100644
--- a/sys/arch/sun3/sun3/vm_machdep.c
+++ b/sys/arch/sun3/sun3/vm_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_machdep.c,v 1.19 2001/08/12 21:55:52 mickey Exp $ */
+/* $OpenBSD: vm_machdep.c,v 1.20 2001/09/19 20:50:57 mickey Exp $ */
/* $NetBSD: vm_machdep.c,v 1.35 1996/04/26 18:38:06 gwr Exp $ */
/*
@@ -56,7 +56,6 @@
#include <sys/core.h>
#include <sys/exec.h>
-#include <vm/vm_kern.h>
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>