diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-28 16:01:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-28 16:01:13 +0000 |
commit | accf8693c700cfe5bc8ccbeb048253afe0339e60 (patch) | |
tree | fa518104df55f252db680dd62d9dba2a6d691bed /sys/arch/mvme88k/include/board.h | |
parent | 3ac8d3d448ecb61162e8b6ea13609beee2e4ceba (diff) |
Remove duplicate CMMU address definitions.
Diffstat (limited to 'sys/arch/mvme88k/include/board.h')
-rw-r--r-- | sys/arch/mvme88k/include/board.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/include/board.h b/sys/arch/mvme88k/include/board.h index 6b7d828a644..4b69c4e73ce 100644 --- a/sys/arch/mvme88k/include/board.h +++ b/sys/arch/mvme88k/include/board.h @@ -1,4 +1,4 @@ -/* $OpenBSD: board.h,v 1.16 2003/09/16 20:52:19 miod Exp $ */ +/* $OpenBSD: board.h,v 1.17 2003/09/28 16:01:11 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * All rights reserved. @@ -66,8 +66,6 @@ handles the CMMU's. */ #define CMMU_SIZE 0x1000 -#ifndef CMMU_DEFS -#define CMMU_DEFS #define SBC_CMMU_I 0xFFF77000 /* Single Board Computer code CMMU */ #define SBC_CMMU_D 0xFFF7F000 /* Single Board Computer data CMMU */ @@ -79,7 +77,6 @@ #define VME_CMMU_D1 0xFFF5F000 /* MVME188 data CMMU 1 */ #define VME_CMMU_D2 0xFFF3F000 /* MVME188 data CMMU 2 */ #define VME_CMMU_D3 0xFFF7F000 /* MVME188 data CMMU 3 */ -#endif /* CMMU_DEFS */ /* These are the hardware exceptions. */ #define INT_BIT 0x1 /* interrupt exception */ |