diff options
Diffstat (limited to 'arch/mips/philips/pnx8550/common/mipsIRQ.S')
-rw-r--r-- | arch/mips/philips/pnx8550/common/mipsIRQ.S | 3 |
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 338bffda3fab..e049a719f83d 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 |