]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/sni/pcimt.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh64-2.6
[linux-2.6-omap-h63xx.git] / arch / mips / sni / pcimt.c
index 25cf646329aeb4d01525a616184e8f2920179f1f..39bb15f1f2a65e3b46f24975d985caf982ea4d28 100644 (file)
@@ -284,9 +284,9 @@ static void sni_pcimt_hwint(void)
        u32 pending = read_c0_cause() & read_c0_status();
 
        if (pending & C_IRQ5)
-               do_IRQ (MIPS_CPU_IRQ_BASE + 7);
+               do_IRQ(MIPS_CPU_IRQ_BASE + 7);
        else if (pending & C_IRQ4)
-               do_IRQ (MIPS_CPU_IRQ_BASE + 6);
+               do_IRQ(MIPS_CPU_IRQ_BASE + 6);
        else if (pending & C_IRQ3)
                pcimt_hwint3();
        else if (pending & C_IRQ1)