]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/philips/pnx8550/common/int.c
[MIPS] PNX8550 fixups
[linux-2.6-omap-h63xx.git] / arch / mips / philips / pnx8550 / common / int.c
index 099679a9dfb9c9dbc56744499d1855ddf4799a04..3c93512be1ec11bd54de27b47bcdb4222dc34e38 100644 (file)
@@ -90,7 +90,7 @@ asmlinkage void plat_irq_dispatch(struct pt_regs *regs)
        unsigned int pending = read_c0_status() & read_c0_cause();
 
        if (pending & STATUSF_IP2)
-               do_IRQ(2, regs);
+               hw0_irqdispatch(2, regs);
        else if (pending & STATUSF_IP7) {
                if (read_c0_config7() & 0x01c0)
                        timer_irqdispatch(7, regs);