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/galileo-boards | |
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/galileo-boards')
-rw-r--r-- | arch/mips/galileo-boards/ev96100/int-handler.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/galileo-boards/ev96100/int-handler.S b/arch/mips/galileo-boards/ev96100/int-handler.S index ff4d10a38859..0edf1fec2905 100644 --- a/arch/mips/galileo-boards/ev96100/int-handler.S +++ b/arch/mips/galileo-boards/ev96100/int-handler.S | |||
@@ -29,5 +29,6 @@ NESTED(ev96100IRQ, PT_SIZE, sp) | |||
29 | jal ev96100_cpu_irq | 29 | jal ev96100_cpu_irq |
30 | j ret_from_irq | 30 | j ret_from_irq |
31 | 31 | ||
32 | 3: j spurious_interrupt | 32 | 3: jal spurious_interrupt |
33 | j ret_from_irq | ||
33 | END(ev96100IRQ) | 34 | END(ev96100IRQ) |