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/vr41xx | |
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/vr41xx')
-rw-r--r-- | arch/mips/vr41xx/common/int-handler.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/vr41xx/common/int-handler.S b/arch/mips/vr41xx/common/int-handler.S index 2b6043f16d09..e8652348fef1 100644 --- a/arch/mips/vr41xx/common/int-handler.S +++ b/arch/mips/vr41xx/common/int-handler.S | |||
@@ -98,8 +98,10 @@ | |||
98 | bnez t1, handle_irq | 98 | bnez t1, handle_irq |
99 | li a0, 1 | 99 | li a0, 1 |
100 | 100 | ||
101 | j spurious_interrupt | 101 | jal spurious_interrupt |
102 | nop | 102 | nop |
103 | j ret_from_irq | ||
104 | nop | ||
103 | 105 | ||
104 | handle_int: | 106 | handle_int: |
105 | jal irq_dispatch | 107 | jal irq_dispatch |