diff options
Diffstat (limited to 'arch/sparc/kernel/entry.h')
-rw-r--r-- | arch/sparc/kernel/entry.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sparc/kernel/entry.h b/arch/sparc/kernel/entry.h index 06db4f18e453..4f53a2395ac6 100644 --- a/arch/sparc/kernel/entry.h +++ b/arch/sparc/kernel/entry.h | |||
@@ -5,6 +5,9 @@ | |||
5 | #include <linux/types.h> | 5 | #include <linux/types.h> |
6 | #include <linux/init.h> | 6 | #include <linux/init.h> |
7 | 7 | ||
8 | /* irq */ | ||
9 | extern void handler_irq(int irq, struct pt_regs *regs); | ||
10 | |||
8 | #ifdef CONFIG_SPARC32 | 11 | #ifdef CONFIG_SPARC32 |
9 | /* traps */ | 12 | /* traps */ |
10 | extern void do_hw_interrupt(struct pt_regs *regs, unsigned long type); | 13 | extern void do_hw_interrupt(struct pt_regs *regs, unsigned long type); |
@@ -219,7 +222,6 @@ struct ino_bucket { | |||
219 | extern struct ino_bucket *ivector_table; | 222 | extern struct ino_bucket *ivector_table; |
220 | extern unsigned long ivector_table_pa; | 223 | extern unsigned long ivector_table_pa; |
221 | 224 | ||
222 | extern void handler_irq(int irq, struct pt_regs *regs); | ||
223 | extern void init_irqwork_curcpu(void); | 225 | extern void init_irqwork_curcpu(void); |
224 | extern void __cpuinit sun4v_register_mondo_queues(int this_cpu); | 226 | extern void __cpuinit sun4v_register_mondo_queues(int this_cpu); |
225 | 227 | ||