aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/momentum/ocelot_c/int-handler.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/momentum/ocelot_c/int-handler.S')
-rw-r--r--arch/mips/momentum/ocelot_c/int-handler.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/momentum/ocelot_c/int-handler.S b/arch/mips/momentum/ocelot_c/int-handler.S
index 52349d9bf1b..f77834193c3 100644
--- a/arch/mips/momentum/ocelot_c/int-handler.S
+++ b/arch/mips/momentum/ocelot_c/int-handler.S
@@ -52,8 +52,9 @@
.set reorder
/* wrong alarm or masked ... */
- j spurious_interrupt
+ jal spurious_interrupt
nop
+ j ret_from_irq
END(ocelot_handle_int)
.align 5