Messages in this thread Patch in this message |  | | From | Luming Yu <> | | Subject | [PATCH update 2/3] x86: Delete too many "Fast TSC .." in dmesg from HW_latency cyclic sampling | | Date | Sat, 10 Nov 2012 21:48:21 -0500 |
| |
"Fast TSC calibration using PIT" should be a devel info.
Signed-off-by: Luming Yu <luming.yu@intel.com> --- 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
|  |