X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fmips%2Fdec%2Fint-handler.S;h=00cecdcc75f215cb6e5a6581442774996fcc26f3;hb=0806ca2ab3ef7d7a1bd41a980f661a13ba11acb5;hp=31dd47d1002d4d8cce90ce890478ca2fe4f1d811;hpb=1601ff0e29cfe112b06aa9bb2fb3519a1125baaa;p=linux-2.6-omap-h63xx.git diff --git a/arch/mips/dec/int-handler.S b/arch/mips/dec/int-handler.S index 31dd47d1002..00cecdcc75f 100644 --- a/arch/mips/dec/int-handler.S +++ b/arch/mips/dec/int-handler.S @@ -264,10 +264,7 @@ srlv t3,t1,t2 handle_it: - LONG_L s0, TI_REGS($28) - LONG_S sp, TI_REGS($28) - PTR_LA ra, ret_from_irq - j do_IRQ + j dec_irq_dispatch nop #ifdef CONFIG_32BIT @@ -277,7 +274,6 @@ fpu: #endif spurious: - PTR_LA ra, _ret_from_irq j spurious_interrupt nop END(plat_irq_dispatch)