diff --git a/[refs] b/[refs] index c73075ea49d2..de189e67a3b6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 143a1dec7e04e0a9712ff93e779aabfb21dfd97c +refs/heads/master: 0b879a31447acd9ebe8b3c5231f72ccebeefad3a diff --git a/trunk/include/asm-ppc/smp.h b/trunk/include/asm-ppc/smp.h index 79c1be3dfe61..063d7dedc691 100644 --- a/trunk/include/asm-ppc/smp.h +++ b/trunk/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);