summaryrefslogtreecommitdiff
path: root/arch/mips/tx4927/common/tx4927_irq_handler.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/tx4927/common/tx4927_irq_handler.S')
-rw-r--r--arch/mips/tx4927/common/tx4927_irq_handler.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/tx4927/common/tx4927_irq_handler.S b/arch/mips/tx4927/common/tx4927_irq_handler.S
index dd3ceda9d712..0b2ea02574f2 100644
--- a/arch/mips/tx4927/common/tx4927_irq_handler.S
+++ b/arch/mips/tx4927/common/tx4927_irq_handler.S
@@ -63,8 +63,9 @@
.set reorder
/* wrong alarm or masked ... */
- j spurious_interrupt
+ jal spurious_interrupt
nop
+ j ret_from_irq
END(tx4927_irq_handler)
.align 5