aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/galileo-boards/ev96100/int-handler.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/galileo-boards/ev96100/int-handler.S')
-rw-r--r--arch/mips/galileo-boards/ev96100/int-handler.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/galileo-boards/ev96100/int-handler.S b/arch/mips/galileo-boards/ev96100/int-handler.S
index ff4d10a3885..0edf1fec290 100644
--- a/arch/mips/galileo-boards/ev96100/int-handler.S
+++ b/arch/mips/galileo-boards/ev96100/int-handler.S
@@ -29,5 +29,6 @@ NESTED(ev96100IRQ, PT_SIZE, sp)
jal ev96100_cpu_irq
j ret_from_irq
-3: j spurious_interrupt
+3: jal spurious_interrupt
+ j ret_from_irq
END(ev96100IRQ)