summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-08-05 21:34:08 +0000
committermiod <miod@openbsd.org>2004-08-05 21:34:08 +0000
commit0555d76e8ef9613061a5660285606c5d1433a02e (patch)
tree4f32f6953ec4d8da629da611d915c7e256df0f9d
parentcomapring -> comparing noticed by brad@. (diff)
downloadwireguard-openbsd-0555d76e8ef9613061a5660285606c5d1433a02e.tar.xz
wireguard-openbsd-0555d76e8ef9613061a5660285606c5d1433a02e.zip
Unbreak luna88k; spotted by aoyama@
-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.
*/