diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-07 20:02:21 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 17:39:20 +0100 |
commit | b383f47ec71de66dbba5f7233479783041f5096a (patch) | |
tree | dec6cffd527d78e03cb784629f438e5208523672 /include/asm-mips/sn/addrs.h | |
parent | 5e46c3aefe60d1398488410a0c39b4cd87738614 (diff) | |
download | talos-op-linux-b383f47ec71de66dbba5f7233479783041f5096a.tar.gz talos-op-linux-b383f47ec71de66dbba5f7233479783041f5096a.zip |
[MIPS] IP27: Nuke last leftovers of CONFIG_SGI_IO.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/sn/addrs.h')
-rw-r--r-- | include/asm-mips/sn/addrs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-mips/sn/addrs.h b/include/asm-mips/sn/addrs.h index 2b5cef1ba37f..00da24f506f6 100644 --- a/include/asm-mips/sn/addrs.h +++ b/include/asm-mips/sn/addrs.h @@ -27,13 +27,8 @@ #ifndef __ASSEMBLY__ -#if defined(CONFIG_SGI_IO) /* FIXME */ -#define PS_UINT_CAST (__psunsigned_t) -#define UINT64_CAST (__uint64_t) -#else /* CONFIG_SGI_IO */ #define PS_UINT_CAST (unsigned long) #define UINT64_CAST (unsigned long) -#endif /* CONFIG_SGI_IO */ #define HUBREG_CAST (volatile hubreg_t *) |