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/ddb5xxx/ddb5477 | |
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/ddb5xxx/ddb5477')
-rw-r--r-- | arch/mips/ddb5xxx/ddb5477/int-handler.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/ddb5xxx/ddb5477/int-handler.S b/arch/mips/ddb5xxx/ddb5477/int-handler.S index a2502a14400e..9884874dbeb5 100644 --- a/arch/mips/ddb5xxx/ddb5477/int-handler.S +++ b/arch/mips/ddb5xxx/ddb5477/int-handler.S | |||
@@ -44,8 +44,8 @@ | |||
44 | .set reorder | 44 | .set reorder |
45 | 45 | ||
46 | /* wrong alarm or masked ... */ | 46 | /* wrong alarm or masked ... */ |
47 | j spurious_interrupt | 47 | jal spurious_interrupt |
48 | nop | 48 | j ret_from_irq |
49 | END(ddb5477_handle_int) | 49 | END(ddb5477_handle_int) |
50 | 50 | ||
51 | .align 5 | 51 | .align 5 |