diff options
Diffstat (limited to 'arch/mips/au1000/common/int-handler.S')
-rw-r--r-- | arch/mips/au1000/common/int-handler.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/int-handler.S b/arch/mips/au1000/common/int-handler.S index 1c4ca883321e..65baa8a8c522 100644 --- a/arch/mips/au1000/common/int-handler.S +++ b/arch/mips/au1000/common/int-handler.S | |||
@@ -64,5 +64,6 @@ NESTED(au1000_IRQ, PT_SIZE, sp) | |||
64 | 64 | ||
65 | 5: | 65 | 5: |
66 | move a0, sp | 66 | move a0, sp |
67 | j spurious_interrupt | 67 | jal spurious_interrupt |
68 | j ret_from_irq | ||
68 | END(au1000_IRQ) | 69 | END(au1000_IRQ) |