aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/galileo-boards/ev96100/int-handler.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/galileo-boards/ev96100/int-handler.S')
-rw-r--r--arch/mips/galileo-boards/ev96100/int-handler.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/galileo-boards/ev96100/int-handler.S b/arch/mips/galileo-boards/ev96100/int-handler.S
index ff4d10a38859..0edf1fec2905 100644
--- a/arch/mips/galileo-boards/ev96100/int-handler.S
+++ b/arch/mips/galileo-boards/ev96100/int-handler.S
@@ -29,5 +29,6 @@ NESTED(ev96100IRQ, PT_SIZE, sp)
29 jal ev96100_cpu_irq 29 jal ev96100_cpu_irq
30 j ret_from_irq 30 j ret_from_irq
31 31
323: j spurious_interrupt 323: jal spurious_interrupt
33 j ret_from_irq
33 END(ev96100IRQ) 34 END(ev96100IRQ)