]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/cpu.c
timers, init: Limit the number of per cpu calibration bootup messages
[net-next-2.6.git] / kernel / cpu.c
index 6ba0f1ecb21230de60f6ab9fd7b2f58907b48d55..7c4e2713df0a9b12eb31c47b176134516968f6a2 100644 (file)
@@ -392,10 +392,9 @@ int disable_nonboot_cpus(void)
                if (cpu == first_cpu)
                        continue;
                error = _cpu_down(cpu, 1);
-               if (!error) {
+               if (!error)
                        cpumask_set_cpu(cpu, frozen_cpus);
-                       printk("CPU%d is down\n", cpu);
-               } else {
+               else {
                        printk(KERN_ERR "Error taking CPU%d down: %d\n",
                                cpu, error);
                        break;