|
@@ -267,7 +267,8 @@ void __cpuinit calibrate_delay(void)
|
|
|
|
|
|
if (per_cpu(cpu_loops_per_jiffy, this_cpu)) {
|
|
if (per_cpu(cpu_loops_per_jiffy, this_cpu)) {
|
|
lpj = per_cpu(cpu_loops_per_jiffy, this_cpu);
|
|
lpj = per_cpu(cpu_loops_per_jiffy, this_cpu);
|
|
- pr_info("Calibrating delay loop (skipped) "
|
|
|
|
|
|
+ if (!printed)
|
|
|
|
+ pr_info("Calibrating delay loop (skipped) "
|
|
"already calibrated this CPU");
|
|
"already calibrated this CPU");
|
|
} else if (preset_lpj) {
|
|
} else if (preset_lpj) {
|
|
lpj = preset_lpj;
|
|
lpj = preset_lpj;
|