aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/philips/pnx8550/common/mipsIRQ.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/philips/pnx8550/common/mipsIRQ.S')
-rw-r--r--arch/mips/philips/pnx8550/common/mipsIRQ.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/philips/pnx8550/common/mipsIRQ.S b/arch/mips/philips/pnx8550/common/mipsIRQ.S
index 338bffda3fa..e049a719f83 100644
--- a/arch/mips/philips/pnx8550/common/mipsIRQ.S
+++ b/arch/mips/philips/pnx8550/common/mipsIRQ.S
@@ -46,8 +46,9 @@
46 46
47 /* wrong alarm or masked ... */ 47 /* wrong alarm or masked ... */
48 48
49 j spurious_interrupt 49 jal spurious_interrupt
50 nop 50 nop
51 j ret_from_irq
51 END(cp0_irqdispatch) 52 END(cp0_irqdispatch)
52 53
53 .align 5 54 .align 5