[MIPS] Rewrite spurious_interrupt from assembler to C.
[pandora-kernel.git] / arch / mips / dec / int-handler.S
index 41fa372..5bafd58 100644 (file)
@@ -282,7 +282,9 @@ fpu:
 #endif
 
 spurious:
-               j       spurious_interrupt
+               jal     spurious_interrupt
+                nop
+               j       ret_from_irq
                 nop
                END(decstation_handle_int)