diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries/hotplug-cpu.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/hotplug-cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/hotplug-cpu.c b/arch/powerpc/platforms/pseries/hotplug-cpu.c index f30cf4d136a4..62475440fd45 100644 --- a/arch/powerpc/platforms/pseries/hotplug-cpu.c +++ b/arch/powerpc/platforms/pseries/hotplug-cpu.c | |||
@@ -272,7 +272,7 @@ static int pseries_add_processor(struct device_node *np) | |||
272 | */ | 272 | */ |
273 | printk(KERN_ERR "Cannot add cpu %s; this system configuration" | 273 | printk(KERN_ERR "Cannot add cpu %s; this system configuration" |
274 | " supports %d logical cpus.\n", np->full_name, | 274 | " supports %d logical cpus.\n", np->full_name, |
275 | cpumask_weight(cpu_possible_mask)); | 275 | num_possible_cpus()); |
276 | goto out_unlock; | 276 | goto out_unlock; |
277 | } | 277 | } |
278 | 278 | ||