[PATCH 07/13] HW-latency: delete too many "Fast TSC calibration using PIT" in cpufreq sampling

From: Luming Yu
Date: Sun Nov 04 2012 - 08:02:02 EST


"Fast TSC calibration using PIT" should be a devel info.

Signed-off-by: Luming Yu <luming.yu@xxxxxxxxx>
---
arch/x86/kernel/tsc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c
index cfa5d4f..7765546 100644
--- a/arch/x86/kernel/tsc.c
+++ b/arch/x86/kernel/tsc.c
@@ -393,7 +393,7 @@ success:
*/
delta *= PIT_TICK_RATE;
do_div(delta, i*256*1000);
- pr_info("Fast TSC calibration using PIT\n");
+ pr_devel("Fast TSC calibration using PIT\n");
return delta;
}

--
1.7.12.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/