aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/au1000/common/int-handler.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/au1000/common/int-handler.S')
-rw-r--r--arch/mips/au1000/common/int-handler.S3
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
655: 655:
66 move a0, sp 66 move a0, sp
67 j spurious_interrupt 67 jal spurious_interrupt
68 j ret_from_irq
68END(au1000_IRQ) 69END(au1000_IRQ)