Commit 0b879a31 authored by Paul Mackerras's avatar Paul Mackerras

ppc: declare smp_ops in asm/smp.h, since platform setup code needs it

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 143a1dec
...@@ -35,6 +35,7 @@ extern cpumask_t cpu_possible_map; ...@@ -35,6 +35,7 @@ extern cpumask_t cpu_possible_map;
extern unsigned long smp_proc_in_lock[]; extern unsigned long smp_proc_in_lock[];
extern volatile unsigned long cpu_callin_map[]; extern volatile unsigned long cpu_callin_map[];
extern int smp_tb_synchronized; extern int smp_tb_synchronized;
extern struct smp_ops_t *smp_ops;
extern void smp_send_tlb_invalidate(int); extern void smp_send_tlb_invalidate(int);
extern void smp_send_xmon_break(int cpu); extern void smp_send_xmon_break(int cpu);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment