[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1352080784-30839-8-git-send-email-luming.yu@gmail.com>
Date: Sun, 4 Nov 2012 20:59:38 -0500
From: Luming Yu <luming.yu@...il.com>
To: arnd@...db.de, linux-kernel@...r.kernel.org
Cc: Luming Yu <luming.yu@...il.com>, Luming Yu <luming.yu@...el.com>
Subject: [PATCH 07/13] HW-latency: delete too many "Fast TSC calibration using PIT" in cpufreq sampling
"Fast TSC calibration using PIT" should be a devel info.
Signed-off-by: Luming Yu <luming.yu@...el.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists