diff options
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r-- | kernel/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c index 033603c1d7c3..2cc409ce0a8f 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c | |||
@@ -441,7 +441,7 @@ void __ref enable_nonboot_cpus(void) | |||
441 | goto out; | 441 | goto out; |
442 | 442 | ||
443 | printk("Enabling non-boot CPUs ...\n"); | 443 | printk("Enabling non-boot CPUs ...\n"); |
444 | for_each_cpu_mask(cpu, frozen_cpus) { | 444 | for_each_cpu_mask_nr(cpu, frozen_cpus) { |
445 | error = _cpu_up(cpu, 1); | 445 | error = _cpu_up(cpu, 1); |
446 | if (!error) { | 446 | if (!error) { |
447 | printk("CPU%d is up\n", cpu); | 447 | printk("CPU%d is up\n", cpu); |