]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/dec/int-handler.S
hwmon: (lm85) Better label names
[linux-2.6-omap-h63xx.git] / arch / mips / dec / int-handler.S
index 455a65b91cb0b707e3656cc450238ae5f45a73cd..00cecdcc75f215cb6e5a6581442774996fcc26f3 100644 (file)
                 srlv   t3,t1,t2
 
 handle_it:
-               jal     do_IRQ
-                move   a1,sp
-
-               j       ret_from_irq
+               j       dec_irq_dispatch
                 nop
 
 #ifdef CONFIG_32BIT
@@ -277,9 +274,7 @@ fpu:
 #endif
 
 spurious:
-               jal     spurious_interrupt
-                nop
-               j       ret_from_irq
+               j       spurious_interrupt
                 nop
                END(plat_irq_dispatch)