diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2007-02-23 15:39:38 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-26 18:06:06 -0500 |
commit | f13cc01d8d3630ba42680ac56b3bedfce812e531 (patch) | |
tree | 0737d5e36474827dff3bc05cb1071946b3e366fa /arch/mips/sni/rm200.c | |
parent | 3dac2561e2ed8d75a8bb682c25a32b271298ff49 (diff) |
[MIPS] SNI: MIPS_CPU_IRQ_BASE cleanup
Use MIPS_CPU_IRQ_BASE instead of own define.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sni/rm200.c')
-rw-r--r-- | arch/mips/sni/rm200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sni/rm200.c b/arch/mips/sni/rm200.c index 517dc698c083..b82ff129f5ea 100644 --- a/arch/mips/sni/rm200.c +++ b/arch/mips/sni/rm200.c | |||
@@ -148,7 +148,7 @@ static void sni_rm200_hwint(void) | |||
148 | int irq; | 148 | int irq; |
149 | 149 | ||
150 | if (pending & C_IRQ5) | 150 | if (pending & C_IRQ5) |
151 | do_IRQ (SNI_MIPS_IRQ_CPU_BASE + 7); | 151 | do_IRQ (MIPS_CPU_IRQ_BASE + 7); |
152 | else if (pending & C_IRQ0) { | 152 | else if (pending & C_IRQ0) { |
153 | clear_c0_status (IE_IRQ0); | 153 | clear_c0_status (IE_IRQ0); |
154 | mask = *(volatile u8 *)SNI_RM200_INT_ENA_REG ^ 0x1f; | 154 | mask = *(volatile u8 *)SNI_RM200_INT_ENA_REG ^ 0x1f; |