x86, pat: Sanity check remap_pfn_range for RAM region
[deliverable/linux.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)
 
This page took 0.026093 seconds and 5 git commands to generate.