瀏覽代碼

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

Signed-off-by: Paul Mackerras <paulus@samba.org>
Paul Mackerras 19 年之前
父節點
當前提交
0b879a3144
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/asm-ppc/smp.h

+ 1 - 0
include/asm-ppc/smp.h

@@ -35,6 +35,7 @@ extern cpumask_t cpu_possible_map;
 extern unsigned long smp_proc_in_lock[];
 extern volatile unsigned long cpu_callin_map[];
 extern int smp_tb_synchronized;
+extern struct smp_ops_t *smp_ops;
 
 extern void smp_send_tlb_invalidate(int);
 extern void smp_send_xmon_break(int cpu);