summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/board.h
diff options
context:
space:
mode:
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__ */