aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ddb5xxx/ddb5476/int-handler.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/ddb5xxx/ddb5476/int-handler.S')
-rw-r--r--arch/mips/ddb5xxx/ddb5476/int-handler.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/ddb5xxx/ddb5476/int-handler.S b/arch/mips/ddb5xxx/ddb5476/int-handler.S
index 12c292e189ba..0c2bdae96bb1 100644
--- a/arch/mips/ddb5xxx/ddb5476/int-handler.S
+++ b/arch/mips/ddb5xxx/ddb5476/int-handler.S
@@ -54,7 +54,8 @@
54 .set reorder 54 .set reorder
55 55
56 /* wrong alarm or masked ... */ 56 /* wrong alarm or masked ... */
57 // j spurious_interrupt 57 // jal spurious_interrupt
58 // j ret_from_irq
58 move a0, sp 59 move a0, sp
59 jal vrc5476_irq_dispatch 60 jal vrc5476_irq_dispatch
60 j ret_from_irq 61 j ret_from_irq