diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2006-04-01 15:17:45 -0500 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-18 22:14:18 -0400 |
| commit | 93373ed4d87fb02554ce020d929388ac16913664 (patch) | |
| tree | 01925421619219d00c39744b0a4cc79b8f7f719b /arch/mips/philips | |
| parent | c9e321e095384f25f2b7ffef456794cfa876dafc (diff) | |
[MIPS] Rewrite spurious_interrupt from assembler to C.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/philips')
| -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 338bffda3f..e049a719f8 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 |
