diff options
author | Ralf Baechle | 2006-04-01 22:17:45 +0200 |
---|---|---|
committer | Ralf Baechle | 2006-04-19 04:14:18 +0200 |
commit | 93373ed4d87fb02554ce020d929388ac16913664 (patch) | |
tree | 01925421619219d00c39744b0a4cc79b8f7f719b /include | |
parent | [MIPS] Fix breakage due to the grand makefile crapectomy. (diff) | |
download | kernel-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 'include')
-rw-r--r-- | include/asm-mips/irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/irq.h b/include/asm-mips/irq.h index 8a342ccb34a8..d7aecca3b95f 100644 --- a/include/asm-mips/irq.h +++ b/include/asm-mips/irq.h @@ -46,5 +46,6 @@ do { \ #endif extern void arch_init_irq(void); +extern void spurious_interrupt(struct pt_regs *regs); #endif /* _ASM_IRQ_H */ |