aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init/calibrate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/init/calibrate.c b/init/calibrate.c
index 5f117ca9e069..fda0a7b0f06c 100644
--- a/init/calibrate.c
+++ b/init/calibrate.c
@@ -267,7 +267,8 @@ void __cpuinit calibrate_delay(void)
267 267
268 if (per_cpu(cpu_loops_per_jiffy, this_cpu)) { 268 if (per_cpu(cpu_loops_per_jiffy, this_cpu)) {
269 lpj = per_cpu(cpu_loops_per_jiffy, this_cpu); 269 lpj = per_cpu(cpu_loops_per_jiffy, this_cpu);
270 pr_info("Calibrating delay loop (skipped) " 270 if (!printed)
271 pr_info("Calibrating delay loop (skipped) "
271 "already calibrated this CPU"); 272 "already calibrated this CPU");
272 } else if (preset_lpj) { 273 } else if (preset_lpj) {
273 lpj = preset_lpj; 274 lpj = preset_lpj;