summaryrefslogtreecommitdiffstats
path: root/arch/mips/au1000
diff options
context:
space:
mode:
authorRalf Baechle2006-04-01 22:17:45 +0200
committerRalf Baechle2006-04-19 04:14:18 +0200
commit93373ed4d87fb02554ce020d929388ac16913664 (patch)
tree01925421619219d00c39744b0a4cc79b8f7f719b /arch/mips/au1000
parent[MIPS] Fix breakage due to the grand makefile crapectomy. (diff)
downloadkernel-qcow2-linux-93373ed4d87fb02554ce020d929388ac16913664.tar.gz
kernel-qcow2-linux-93373ed4d87fb02554ce020d929388ac16913664.tar.xz
kernel-qcow2-linux-93373ed4d87fb02554ce020d929388ac16913664.zip
[MIPS] Rewrite spurious_interrupt from assembler to C.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/au1000')
-rw-r--r--arch/mips/au1000/common/int-handler.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/int-handler.S b/arch/mips/au1000/common/int-handler.S
index 1c4ca883321e..65baa8a8c522 100644
--- a/arch/mips/au1000/common/int-handler.S
+++ b/arch/mips/au1000/common/int-handler.S
@@ -64,5 +64,6 @@ NESTED(au1000_IRQ, PT_SIZE, sp)
5:
move a0, sp
- j spurious_interrupt
+ jal spurious_interrupt
+ j ret_from_irq
END(au1000_IRQ)