diff options
Diffstat (limited to 'arch/mips/tx4927/common/tx4927_irq_handler.S')
-rw-r--r-- | arch/mips/tx4927/common/tx4927_irq_handler.S | 3 |
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 dd3ceda9d71..0b2ea02574f 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 |