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/momentum/ocelot_c | |
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/momentum/ocelot_c')
-rw-r--r-- | arch/mips/momentum/ocelot_c/int-handler.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/momentum/ocelot_c/int-handler.S b/arch/mips/momentum/ocelot_c/int-handler.S index 52349d9bf1be..f77834193c3c 100644 --- a/arch/mips/momentum/ocelot_c/int-handler.S +++ b/arch/mips/momentum/ocelot_c/int-handler.S | |||
@@ -52,8 +52,9 @@ | |||
52 | .set reorder | 52 | .set reorder |
53 | 53 | ||
54 | /* wrong alarm or masked ... */ | 54 | /* wrong alarm or masked ... */ |
55 | j spurious_interrupt | 55 | jal spurious_interrupt |
56 | nop | 56 | nop |
57 | j ret_from_irq | ||
57 | END(ocelot_handle_int) | 58 | END(ocelot_handle_int) |
58 | 59 | ||
59 | .align 5 | 60 | .align 5 |