summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/mvme197.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-08-02 08:35:01 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-08-02 08:35:01 +0000
commit89158b44854f6931c20afcd86df3c402c54d04fa (patch)
tree9619ef5a3908bc00a23e9f106d12b561d3d68769 /sys/arch/mvme88k/include/mvme197.h
parente2855b65eec8e646a5cc8b1f72d602529d8b4d19 (diff)
More include files cleaning:
- move MAX_CPUS constant to <machine/cpu.h> - do not include <machine/board.h> unless needed. In fact, remove this file entirely on mvme88k, and include <machine/mvme*.h> on a compiling-for-this-board basis - keep MAX_CMMUS constant private to the m8820x code
Diffstat (limited to 'sys/arch/mvme88k/include/mvme197.h')
-rw-r--r--sys/arch/mvme88k/include/mvme197.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/mvme88k/include/mvme197.h b/sys/arch/mvme88k/include/mvme197.h
index 58781931f2d..fe8f5392d33 100644
--- a/sys/arch/mvme88k/include/mvme197.h
+++ b/sys/arch/mvme88k/include/mvme197.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mvme197.h,v 1.4 2003/09/16 20:52:19 miod Exp $ */
+/* $OpenBSD: mvme197.h,v 1.5 2004/08/02 08:35:00 miod Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -46,11 +46,6 @@
#ifndef __MACHINE_MVME197_H__
#define __MACHINE_MVME197_H__
-/*
- * MVME197 CPU board constants - derived from Luna88k
- * This file is included from <machine/board.h>
- */
-
#define FLASH_START 0xFF800000 /* start of flash memory area */
#define FLASH_SIZE 0x003FFFFF
#define BUG197_START 0xFFF80000 /* start of BUG PROM (in OBIO) */
@@ -61,4 +56,6 @@
#define M197_ISRC 0xFFF0006F /* interrupt SRC */
#define M197_IACK 0xFFF00100 /* interrupt ACK base */
+#include <machine/mvme1x7.h>
+
#endif /* __MACHINE_MVME197_H__ */