summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/bi/kdb.c3
-rw-r--r--sys/arch/vax/mba/mba.c3
-rw-r--r--sys/arch/vax/qbus/uba.c3
-rw-r--r--sys/arch/vax/uba/uba.c3
-rw-r--r--sys/arch/vax/vax/disksubr.c3
-rw-r--r--sys/arch/vax/vax/ka410.c3
-rw-r--r--sys/arch/vax/vax/ka43.c3
-rw-r--r--sys/arch/vax/vax/ka46.c3
-rw-r--r--sys/arch/vax/vax/ka48.c3
-rw-r--r--sys/arch/vax/vax/ka630.c3
-rw-r--r--sys/arch/vax/vax/ka650.c3
-rw-r--r--sys/arch/vax/vax/ka660.c3
-rw-r--r--sys/arch/vax/vax/ka670.c3
-rw-r--r--sys/arch/vax/vax/ka820.c3
-rw-r--r--sys/arch/vax/vax/pmap.c3
-rw-r--r--sys/arch/vax/vax/uvax.c3
-rw-r--r--sys/arch/vax/vax/uvaxII.c3
-rw-r--r--sys/arch/vax/vsa/if_le_vsbus.c3
-rw-r--r--sys/arch/vax/vsa/ncr.c3
19 files changed, 19 insertions, 38 deletions
diff --git a/sys/arch/vax/bi/kdb.c b/sys/arch/vax/bi/kdb.c
index 7f4a4e569f4..4c99f1dd293 100644
--- a/sys/arch/vax/bi/kdb.c
+++ b/sys/arch/vax/bi/kdb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kdb.c,v 1.3 2000/06/08 12:33:10 art Exp $ */
+/* $OpenBSD: kdb.c,v 1.4 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: kdb.c,v 1.5 1997/01/11 11:34:39 ragge Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -48,7 +48,6 @@
#include <sys/malloc.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/sid.h>
#include <machine/pte.h>
diff --git a/sys/arch/vax/mba/mba.c b/sys/arch/vax/mba/mba.c
index d11ce0caaa5..ee92e0f9914 100644
--- a/sys/arch/vax/mba/mba.c
+++ b/sys/arch/vax/mba/mba.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mba.c,v 1.6 2000/04/27 03:14:45 bjc Exp $ */
+/* $OpenBSD: mba.c,v 1.7 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: mba.c,v 1.18 2000/01/24 02:40:36 matt Exp $ */
/*
* Copyright (c) 1994, 1996 Ludd, University of Lule}, Sweden.
@@ -46,7 +46,6 @@
#include <sys/proc.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/trap.h>
#include <machine/scb.h>
diff --git a/sys/arch/vax/qbus/uba.c b/sys/arch/vax/qbus/uba.c
index cb71db90a7c..aeb6f22ac8b 100644
--- a/sys/arch/vax/qbus/uba.c
+++ b/sys/arch/vax/qbus/uba.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uba.c,v 1.2 2001/08/25 13:33:37 hugh Exp $ */
+/* $OpenBSD: uba.c,v 1.3 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: uba.c,v 1.52 2000/06/04 02:14:12 matt Exp $ */
/*
* Copyright (c) 1996 Jonathan Stone.
@@ -53,7 +53,6 @@
#include <sys/device.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/bus.h>
#include <machine/scb.h>
diff --git a/sys/arch/vax/uba/uba.c b/sys/arch/vax/uba/uba.c
index 54dd5a55021..861dd2ef7ba 100644
--- a/sys/arch/vax/uba/uba.c
+++ b/sys/arch/vax/uba/uba.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uba.c,v 1.10 2001/08/25 13:33:37 hugh Exp $ */
+/* $OpenBSD: uba.c,v 1.11 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: uba.c,v 1.43 2000/01/24 02:40:36 matt Exp $ */
/*
* Copyright (c) 1996 Jonathan Stone.
@@ -53,7 +53,6 @@
#include <sys/device.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/pte.h>
#include <machine/cpu.h>
diff --git a/sys/arch/vax/vax/disksubr.c b/sys/arch/vax/vax/disksubr.c
index de7082fa270..7041e07c2a5 100644
--- a/sys/arch/vax/vax/disksubr.c
+++ b/sys/arch/vax/vax/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.13 2000/10/18 21:00:40 mickey Exp $ */
+/* $OpenBSD: disksubr.c,v 1.14 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: disksubr.c,v 1.21 1999/06/30 18:48:06 ragge Exp $ */
/*
@@ -46,7 +46,6 @@
#include <sys/user.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/macros.h>
#include <machine/pte.h>
diff --git a/sys/arch/vax/vax/ka410.c b/sys/arch/vax/vax/ka410.c
index fa61b9294ed..187b129f998 100644
--- a/sys/arch/vax/vax/ka410.c
+++ b/sys/arch/vax/vax/ka410.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka410.c,v 1.6 2000/04/27 01:10:12 bjc Exp $ */
+/* $OpenBSD: ka410.c,v 1.7 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: ka410.c,v 1.21 1999/09/06 19:52:53 ragge Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -40,7 +40,6 @@
#include <sys/systm.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/pte.h>
#include <machine/cpu.h>
diff --git a/sys/arch/vax/vax/ka43.c b/sys/arch/vax/vax/ka43.c
index fadb67ffc80..0b6674d37e1 100644
--- a/sys/arch/vax/vax/ka43.c
+++ b/sys/arch/vax/vax/ka43.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka43.c,v 1.5 2000/04/27 01:10:12 bjc Exp $ */
+/* $OpenBSD: ka43.c,v 1.6 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: ka43.c,v 1.19 1999/09/06 19:52:53 ragge Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -40,7 +40,6 @@
#include <sys/systm.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/pte.h>
#include <machine/cpu.h>
diff --git a/sys/arch/vax/vax/ka46.c b/sys/arch/vax/vax/ka46.c
index cfc0e3ac416..819a3231996 100644
--- a/sys/arch/vax/vax/ka46.c
+++ b/sys/arch/vax/vax/ka46.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka46.c,v 1.2 2001/08/26 11:48:06 hugh Exp $ */
+/* $OpenBSD: ka46.c,v 1.3 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: ka46.c,v 1.12 2000/03/04 07:27:49 matt Exp $ */
/*
* Copyright (c) 1998 Ludd, University of Lule}, Sweden.
@@ -40,7 +40,6 @@
#include <sys/systm.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/pte.h>
#include <machine/cpu.h>
diff --git a/sys/arch/vax/vax/ka48.c b/sys/arch/vax/vax/ka48.c
index 00f42c91330..8d27f7517a5 100644
--- a/sys/arch/vax/vax/ka48.c
+++ b/sys/arch/vax/vax/ka48.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka48.c,v 1.3 2001/04/01 19:17:38 hugh Exp $ */
+/* $OpenBSD: ka48.c,v 1.4 2001/09/11 20:05:25 miod Exp $ */
/*
* Copyright (c) 1998 Ludd, University of Lule}, Sweden.
* All rights reserved.
@@ -41,7 +41,6 @@
#include <sys/systm.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/pte.h>
#include <machine/cpu.h>
diff --git a/sys/arch/vax/vax/ka630.c b/sys/arch/vax/vax/ka630.c
index a1d358db79a..b1c21521f11 100644
--- a/sys/arch/vax/vax/ka630.c
+++ b/sys/arch/vax/vax/ka630.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka630.c,v 1.5 2000/04/27 01:10:12 bjc Exp $ */
+/* $OpenBSD: ka630.c,v 1.6 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: ka630.c,v 1.17 1999/09/06 19:52:52 ragge Exp $ */
/*-
* Copyright (c) 1982, 1988, 1990, 1993
@@ -43,7 +43,6 @@
#include <sys/systm.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/cpu.h>
#include <machine/pmap.h>
diff --git a/sys/arch/vax/vax/ka650.c b/sys/arch/vax/vax/ka650.c
index 7605a24b481..e8eb625dabb 100644
--- a/sys/arch/vax/vax/ka650.c
+++ b/sys/arch/vax/vax/ka650.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka650.c,v 1.8 2001/08/25 13:33:37 hugh Exp $ */
+/* $OpenBSD: ka650.c,v 1.9 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: ka650.c,v 1.25 2001/04/27 15:02:37 ragge Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -48,7 +48,6 @@
#include <sys/systm.h>
#include <sys/device.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/ka650.h>
#include <machine/clock.h>
diff --git a/sys/arch/vax/vax/ka660.c b/sys/arch/vax/vax/ka660.c
index 9ebf78f71ed..45f2a140e46 100644
--- a/sys/arch/vax/vax/ka660.c
+++ b/sys/arch/vax/vax/ka660.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka660.c,v 1.1 2001/02/24 10:31:58 hugh Exp $ */
+/* $OpenBSD: ka660.c,v 1.2 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: ka660.c,v 1.3 2000/06/29 07:14:27 mrg Exp $ */
/*
* Copyright (c) 2000 Ludd, University of Lule}, Sweden.
@@ -38,7 +38,6 @@
#include <sys/systm.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/pte.h>
#include <machine/cpu.h>
diff --git a/sys/arch/vax/vax/ka670.c b/sys/arch/vax/vax/ka670.c
index 73e8525c872..46ad52fedce 100644
--- a/sys/arch/vax/vax/ka670.c
+++ b/sys/arch/vax/vax/ka670.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka670.c,v 1.1 2000/04/27 01:10:10 bjc Exp $ */
+/* $OpenBSD: ka670.c,v 1.2 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: ka670.c,v 1.4 2000/03/13 23:52:35 soren Exp $ */
/*
* Copyright (c) 1999 Ludd, University of Lule}, Sweden.
@@ -40,7 +40,6 @@
#include <sys/systm.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/pte.h>
#include <machine/cpu.h>
diff --git a/sys/arch/vax/vax/ka820.c b/sys/arch/vax/vax/ka820.c
index 5de12c0f1ea..20b675b94d5 100644
--- a/sys/arch/vax/vax/ka820.c
+++ b/sys/arch/vax/vax/ka820.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka820.c,v 1.5 2001/08/25 13:33:37 hugh Exp $ */
+/* $OpenBSD: ka820.c,v 1.6 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: ka820.c,v 1.22 2000/06/04 02:19:27 matt Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
@@ -50,7 +50,6 @@
#include <sys/systm.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/ka820.h>
#include <machine/cpu.h>
diff --git a/sys/arch/vax/vax/pmap.c b/sys/arch/vax/vax/pmap.c
index 2241c7659e2..9b9fd494cef 100644
--- a/sys/arch/vax/vax/pmap.c
+++ b/sys/arch/vax/vax/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.21 2001/08/21 14:06:25 hugh Exp $ */
+/* $OpenBSD: pmap.c,v 1.22 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: pmap.c,v 1.74 1999/11/13 21:32:25 matt Exp $ */
/*
* Copyright (c) 1994, 1998, 1999 Ludd, University of Lule}, Sweden.
@@ -57,7 +57,6 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
-#include <vm/vm_kern.h>
/* QDSS console mapping hack */
diff --git a/sys/arch/vax/vax/uvax.c b/sys/arch/vax/vax/uvax.c
index 6aaaeba9501..c8573c02779 100644
--- a/sys/arch/vax/vax/uvax.c
+++ b/sys/arch/vax/vax/uvax.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvax.c,v 1.5 2001/05/05 21:26:42 art Exp $ */
+/* $OpenBSD: uvax.c,v 1.6 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: uvax.c,v 1.4 1997/02/19 10:04:27 ragge Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -42,7 +42,6 @@
#include <sys/types.h>
#include <sys/device.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/pte.h>
#include <machine/mtpr.h>
diff --git a/sys/arch/vax/vax/uvaxII.c b/sys/arch/vax/vax/uvaxII.c
index 65a4e7f7670..91c9c4527e8 100644
--- a/sys/arch/vax/vax/uvaxII.c
+++ b/sys/arch/vax/vax/uvaxII.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvaxII.c,v 1.7 1997/05/29 00:05:28 niklas Exp $ */
+/* $OpenBSD: uvaxII.c,v 1.8 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: uvaxII.c,v 1.10 1996/10/13 03:36:04 christos Exp $ */
/*-
@@ -44,7 +44,6 @@
#include <sys/device.h>
#include <sys/systm.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <machine/uvaxII.h>
#include <machine/pte.h>
diff --git a/sys/arch/vax/vsa/if_le_vsbus.c b/sys/arch/vax/vsa/if_le_vsbus.c
index 4fa5949eb34..0973276c66f 100644
--- a/sys/arch/vax/vsa/if_le_vsbus.c
+++ b/sys/arch/vax/vsa/if_le_vsbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le_vsbus.c,v 1.4 2001/08/25 13:33:37 hugh Exp $ */
+/* $OpenBSD: if_le_vsbus.c,v 1.5 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: if_le_vsbus.c,v 1.10 2000/06/29 07:14:18 mrg Exp $ */
/*-
@@ -84,7 +84,6 @@
#include <sys/reboot.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <net/if.h>
#include <net/if_media.h>
diff --git a/sys/arch/vax/vsa/ncr.c b/sys/arch/vax/vsa/ncr.c
index b38fb32635e..289132a36ef 100644
--- a/sys/arch/vax/vsa/ncr.c
+++ b/sys/arch/vax/vsa/ncr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr.c,v 1.10 2001/08/25 13:33:37 hugh Exp $ */
+/* $OpenBSD: ncr.c,v 1.11 2001/09/11 20:05:25 miod Exp $ */
/* $NetBSD: ncr.c,v 1.32 2000/06/25 16:00:43 ragge Exp $ */
/*-
@@ -61,7 +61,6 @@
#include <sys/user.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <scsi/scsi_all.h>
#include <scsi/scsi_debug.h>