aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/kernel/entry.h')
-rw-r--r--arch/sparc/kernel/entry.h4
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 */
9extern void handler_irq(int irq, struct pt_regs *regs);
10
8#ifdef CONFIG_SPARC32 11#ifdef CONFIG_SPARC32
9/* traps */ 12/* traps */
10extern void do_hw_interrupt(struct pt_regs *regs, unsigned long type); 13extern void do_hw_interrupt(struct pt_regs *regs, unsigned long type);
@@ -219,7 +222,6 @@ struct ino_bucket {
219extern struct ino_bucket *ivector_table; 222extern struct ino_bucket *ivector_table;
220extern unsigned long ivector_table_pa; 223extern unsigned long ivector_table_pa;
221 224
222extern void handler_irq(int irq, struct pt_regs *regs);
223extern void init_irqwork_curcpu(void); 225extern void init_irqwork_curcpu(void);
224extern void __cpuinit sun4v_register_mondo_queues(int this_cpu); 226extern void __cpuinit sun4v_register_mondo_queues(int this_cpu);
225 227