summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/board.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-12-16 23:49:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-12-16 23:49:48 +0000
commit4c3ee3bc825b44e31dd265ae0db047015e86da6b (patch)
tree7177501c70e488ac5260c2bcd0c5b6ca2644702c /sys/arch/mvme88k/include/board.h
parent9e602379a914ff34ca6650a265b85e6ffe484b2d (diff)
Revert the mvme88k to 20011212. Recent changes had not been merged correctly,
and I am fed up with dissecting diffs to put back code that disappeared. This will likely be fixed shortly.
Diffstat (limited to 'sys/arch/mvme88k/include/board.h')
-rw-r--r--sys/arch/mvme88k/include/board.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/arch/mvme88k/include/board.h b/sys/arch/mvme88k/include/board.h
index 024c84ec304..b2fac596c7a 100644
--- a/sys/arch/mvme88k/include/board.h
+++ b/sys/arch/mvme88k/include/board.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: board.h,v 1.12 2001/12/13 08:55:51 smurph Exp $ */
+/* $OpenBSD: board.h,v 1.13 2001/12/16 23:49:46 miod Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* All rights reserved.
@@ -108,20 +108,13 @@
#define FPUP_BIT 0x400 /* FPU precise exception */
#define FPUI_BIT 0x800 /* FPU imprecise exception */
-/* machine dependant definitions */
-
#if defined(MVME187) || defined(MVME197)
#include <machine/mvme1x7.h>
#endif
-#ifdef MVME187
-#include <machine/mvme187.h>
-#endif
+
#ifdef MVME188
#include <machine/mvme188.h>
#endif
-#ifdef MVME197
-#include <machine/mvme197.h>
-#endif
#endif /* __MACHINE_BOARD_H__ */