diff options
Diffstat (limited to 'arch/mips/sni/pcimt.c')
-rw-r--r-- | arch/mips/sni/pcimt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sni/pcimt.c b/arch/mips/sni/pcimt.c index 6c0dad7cbf4e..39e5b4abc555 100644 --- a/arch/mips/sni/pcimt.c +++ b/arch/mips/sni/pcimt.c | |||
@@ -336,9 +336,9 @@ static void sni_pcimt_hwint(void) | |||
336 | u32 pending = (read_c0_cause() & read_c0_status()); | 336 | u32 pending = (read_c0_cause() & read_c0_status()); |
337 | 337 | ||
338 | if (pending & C_IRQ5) | 338 | if (pending & C_IRQ5) |
339 | do_IRQ (SNI_MIPS_IRQ_CPU_BASE + 7); | 339 | do_IRQ (MIPS_CPU_IRQ_BASE + 7); |
340 | else if (pending & C_IRQ4) | 340 | else if (pending & C_IRQ4) |
341 | do_IRQ (SNI_MIPS_IRQ_CPU_BASE + 6); | 341 | do_IRQ (MIPS_CPU_IRQ_BASE + 6); |
342 | else if (pending & C_IRQ3) | 342 | else if (pending & C_IRQ3) |
343 | pcimt_hwint3(); | 343 | pcimt_hwint3(); |
344 | else if (pending & C_IRQ1) | 344 | else if (pending & C_IRQ1) |