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 @@ | |||
63 | .set reorder | 63 | .set reorder |
64 | 64 | ||
65 | /* wrong alarm or masked ... */ | 65 | /* wrong alarm or masked ... */ |
66 | j spurious_interrupt | 66 | jal spurious_interrupt |
67 | nop | 67 | nop |
68 | j ret_from_irq | ||
68 | END(tx4927_irq_handler) | 69 | END(tx4927_irq_handler) |
69 | 70 | ||
70 | .align 5 | 71 | .align 5 |