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 @@ /* wrong alarm or masked ... */ - j spurious_interrupt + jal spurious_interrupt nop + j ret_from_irq END(cp0_irqdispatch) .align 5 |