diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-06-16 22:30:54 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 20:31:23 +0200 |
commit | 3bd4c902da14030c9a780cd0c4be2ffe9aee2974 (patch) | |
tree | 3ebf15e8aaa4029119028d32721fd7ccbe59bccf /include/asm-mips/dec/kn03.h | |
parent | There is NO port I/O space on the DECstation. Minor clean-ups. (diff) | |
download | linux-3bd4c902da14030c9a780cd0c4be2ffe9aee2974.tar.xz linux-3bd4c902da14030c9a780cd0c4be2ffe9aee2974.zip |
Deal with the bloody KSEG vs CKSEG horror...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/dec/kn03.h')
-rw-r--r-- | include/asm-mips/dec/kn03.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/dec/kn03.h b/include/asm-mips/dec/kn03.h index 676abd17c6a4..9d787cc26353 100644 --- a/include/asm-mips/dec/kn03.h +++ b/include/asm-mips/dec/kn03.h @@ -19,7 +19,7 @@ #include <asm/dec/ecc.h> #include <asm/dec/ioasic_addrs.h> -#define KN03_SLOT_BASE KSEG1ADDR(0x1f800000) +#define KN03_SLOT_BASE CKSEG1ADDR(0x1f800000) /* * Some port addresses... |