From 7f37632b3af824f024f38ce75ead9dd3b2ad7014 Mon Sep 17 00:00:00 2001 From: Diwakar Tundlam Date: Fri, 23 Mar 2012 15:02:28 -0700 Subject: [PATCH] --- yaml --- r: 295232 b: refs/heads/master c: 8595c539f0360477189eef91f6337ba44962f72d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/init/calibrate.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a26d070015f9..93ce2c2e962d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: da0503aae07f0410b6ff0a9e1d1d011701eb2758 +refs/heads/master: 8595c539f0360477189eef91f6337ba44962f72d diff --git a/trunk/init/calibrate.c b/trunk/init/calibrate.c index 5f117ca9e069..fda0a7b0f06c 100644 --- a/trunk/init/calibrate.c +++ b/trunk/init/calibrate.c @@ -267,7 +267,8 @@ void __cpuinit calibrate_delay(void) if (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"); } else if (preset_lpj) { lpj = preset_lpj;