diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/irq.h | 2 | ||||
-rw-r--r-- | include/asm-powerpc/irq_regs.h | 2 | ||||
-rw-r--r-- | include/asm-powerpc/smp.h | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/include/asm-powerpc/irq.h b/include/asm-powerpc/irq.h index 89ed545b446b..f960f5346f40 100644 --- a/include/asm-powerpc/irq.h +++ b/include/asm-powerpc/irq.h | |||
@@ -825,7 +825,7 @@ extern struct thread_info *softirq_ctx[NR_CPUS]; | |||
825 | 825 | ||
826 | extern void irq_ctx_init(void); | 826 | extern void irq_ctx_init(void); |
827 | extern void call_do_softirq(struct thread_info *tp); | 827 | extern void call_do_softirq(struct thread_info *tp); |
828 | extern int call_handle_irq(int irq, void *p1, void *p2, | 828 | extern int call_handle_irq(int irq, void *p1, |
829 | struct thread_info *tp, void *func); | 829 | struct thread_info *tp, void *func); |
830 | #else | 830 | #else |
831 | #define irq_ctx_init() | 831 | #define irq_ctx_init() |
diff --git a/include/asm-powerpc/irq_regs.h b/include/asm-powerpc/irq_regs.h new file mode 100644 index 000000000000..ba94b51a0a70 --- /dev/null +++ b/include/asm-powerpc/irq_regs.h | |||
@@ -0,0 +1,2 @@ | |||
1 | #include <asm-generic/irq_regs.h> | ||
2 | |||
diff --git a/include/asm-powerpc/smp.h b/include/asm-powerpc/smp.h index 068f119aa298..20ea7c70bc38 100644 --- a/include/asm-powerpc/smp.h +++ b/include/asm-powerpc/smp.h | |||
@@ -34,8 +34,7 @@ extern void cpu_die(void); | |||
34 | #ifdef CONFIG_SMP | 34 | #ifdef CONFIG_SMP |
35 | 35 | ||
36 | extern void smp_send_debugger_break(int cpu); | 36 | extern void smp_send_debugger_break(int cpu); |
37 | struct pt_regs; | 37 | extern void smp_message_recv(int); |
38 | extern void smp_message_recv(int, struct pt_regs *); | ||
39 | 38 | ||
40 | #ifdef CONFIG_HOTPLUG_CPU | 39 | #ifdef CONFIG_HOTPLUG_CPU |
41 | extern void fixup_irqs(cpumask_t map); | 40 | extern void fixup_irqs(cpumask_t map); |