diff options
Diffstat (limited to 'arch/powerpc/kernel/smp.c')
-rw-r--r-- | arch/powerpc/kernel/smp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c index f6cc5c19c6ac..df3739713edd 100644 --- a/arch/powerpc/kernel/smp.c +++ b/arch/powerpc/kernel/smp.c | |||
@@ -553,7 +553,11 @@ void __init smp_cpus_done(unsigned int max_cpus) | |||
553 | 553 | ||
554 | free_cpumask_var(old_mask); | 554 | free_cpumask_var(old_mask); |
555 | 555 | ||
556 | if (smp_ops && smp_ops->bringup_done) | ||
557 | smp_ops->bringup_done(); | ||
558 | |||
556 | dump_numa_cpu_topology(); | 559 | dump_numa_cpu_topology(); |
560 | |||
557 | } | 561 | } |
558 | 562 | ||
559 | int arch_sd_sibling_asym_packing(void) | 563 | int arch_sd_sibling_asym_packing(void) |