summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-01-20 20:27:41 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-01-20 20:27:41 +0000
commitba0a269b438b52c5ca06c71d21fc2bca213dcc03 (patch)
tree7b0071ce52f765eaf61d9772a8d9f4a114b7a8f8 /sys/arch/alpha
parentec3988e9e7f0199cd9aec8e86f97e5245dae43a1 (diff)
No need to include machine/alpha.h here.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/alpha/dec_axppci_33.c3
-rw-r--r--sys/arch/alpha/alpha/prom.c3
-rw-r--r--sys/arch/alpha/alpha/trap.c3
-rw-r--r--sys/arch/alpha/alpha/vm_machdep.c3
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/alpha/alpha/dec_axppci_33.c b/sys/arch/alpha/alpha/dec_axppci_33.c
index 3142011d0ec..2cb9a6d8f4a 100644
--- a/sys/arch/alpha/alpha/dec_axppci_33.c
+++ b/sys/arch/alpha/alpha/dec_axppci_33.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dec_axppci_33.c,v 1.12 2000/11/16 23:32:20 ericj Exp $ */
+/* $OpenBSD: dec_axppci_33.c,v 1.13 2001/01/20 20:27:40 art Exp $ */
/* $NetBSD: dec_axppci_33.c,v 1.44 2000/05/22 20:13:32 thorpej Exp $ */
/*
@@ -39,7 +39,6 @@
#include <sys/conf.h>
#include <machine/rpb.h>
-#include <machine/alpha.h>
#include <machine/autoconf.h>
#include <machine/cpuconf.h>
diff --git a/sys/arch/alpha/alpha/prom.c b/sys/arch/alpha/alpha/prom.c
index b93cb68ef56..62c6fe610ca 100644
--- a/sys/arch/alpha/alpha/prom.c
+++ b/sys/arch/alpha/alpha/prom.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: prom.c,v 1.8 2000/11/08 19:16:59 ericj Exp $ */
+/* $OpenBSD: prom.c,v 1.9 2001/01/20 20:27:40 art Exp $ */
/* $NetBSD: prom.c,v 1.39 2000/03/06 21:36:05 thorpej Exp $ */
/*
@@ -35,7 +35,6 @@
#include <machine/cpu.h>
#include <machine/rpb.h>
-#include <machine/alpha.h>
#define ENABLEPROM
#include <machine/prom.h>
diff --git a/sys/arch/alpha/alpha/trap.c b/sys/arch/alpha/alpha/trap.c
index c07c3fb9112..a28209ea907 100644
--- a/sys/arch/alpha/alpha/trap.c
+++ b/sys/arch/alpha/alpha/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.24 2000/11/16 18:38:34 ericj Exp $ */
+/* $OpenBSD: trap.c,v 1.25 2001/01/20 20:27:40 art Exp $ */
/* $NetBSD: trap.c,v 1.52 2000/05/24 16:48:33 thorpej Exp $ */
/*-
@@ -111,7 +111,6 @@
#include <machine/cpu.h>
#include <machine/reg.h>
-#include <machine/alpha.h>
#ifdef DDB
#include <machine/db_machdep.h>
#endif
diff --git a/sys/arch/alpha/alpha/vm_machdep.c b/sys/arch/alpha/alpha/vm_machdep.c
index d2f06942f83..d493a84a6f7 100644
--- a/sys/arch/alpha/alpha/vm_machdep.c
+++ b/sys/arch/alpha/alpha/vm_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_machdep.c,v 1.17 2000/11/08 19:16:59 ericj Exp $ */
+/* $OpenBSD: vm_machdep.c,v 1.18 2001/01/20 20:27:40 art Exp $ */
/* $NetBSD: vm_machdep.c,v 1.55 2000/03/29 03:49:48 simonb Exp $ */
/*
@@ -45,7 +45,6 @@
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
-#include <machine/alpha.h>
#include <machine/pmap.h>
#include <machine/reg.h>