summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-08-05 21:34:12 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-08-05 21:34:12 +0000
commite5d734a1bfef3b048e80b793f03d5df7c0e8254f (patch)
tree5855d9b9b9a48e2003c59d1a265253a31e37003e /sys/arch
parent0efaa45ab115535d522da74a342156027df2297b (diff)
Unbreak luna88k; spotted by aoyama@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/luna88k/luna88k/eh.S3
-rw-r--r--sys/arch/m88k/m88k/eh_common.S5
-rw-r--r--sys/arch/mvme88k/mvme88k/eh.S4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/luna88k/luna88k/eh.S b/sys/arch/luna88k/luna88k/eh.S
index a9031081f2f..2ac63b1b267 100644
--- a/sys/arch/luna88k/luna88k/eh.S
+++ b/sys/arch/luna88k/luna88k/eh.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: eh.S,v 1.4 2004/08/04 22:03:42 miod Exp $ */
+/* $OpenBSD: eh.S,v 1.5 2004/08/05 21:34:08 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -29,6 +29,7 @@
*/
#include <machine/board.h>
+#include <machine/m8820x.h>
/*
* Save Pbus fault status register from data and inst CMMU.
diff --git a/sys/arch/m88k/m88k/eh_common.S b/sys/arch/m88k/m88k/eh_common.S
index 7ab4a8053ff..f63559e483e 100644
--- a/sys/arch/m88k/m88k/eh_common.S
+++ b/sys/arch/m88k/m88k/eh_common.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: eh_common.S,v 1.4 2004/08/02 08:34:59 miod Exp $ */
+/* $OpenBSD: eh_common.S,v 1.5 2004/08/05 21:34:11 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -207,9 +207,6 @@
#include <machine/param.h>
#include <machine/asm.h>
-#ifdef MVME188
-#include <machine/m8820x.h>
-#endif
#include <machine/trap.h>
/*
diff --git a/sys/arch/mvme88k/mvme88k/eh.S b/sys/arch/mvme88k/mvme88k/eh.S
index b9679ace9c7..0f0ebe8967f 100644
--- a/sys/arch/mvme88k/mvme88k/eh.S
+++ b/sys/arch/mvme88k/mvme88k/eh.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: eh.S,v 1.61 2004/08/04 22:03:45 miod Exp $ */
+/* $OpenBSD: eh.S,v 1.62 2004/08/05 21:34:11 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -28,6 +28,8 @@
* rights to redistribute these changes.
*/
+#include <machine/m8820x.h>
+
/*
* Save Pbus fault status register from data and inst CMMU.
*/