linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luming Yu <luming.yu@gmail.com>
To: arnd@arndb.de, linux-kernel@vger.kernel.org
Cc: Luming Yu <luming.yu@gmail.com>,
	Jon Masters <jonathan@jonmasters.org>,
	Jon Masters <jcm@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
	Luming Yu <luming.yu@intel.com>
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	[thread overview]
Message-ID: <1352602102-2390-3-git-send-email-luming.yu@gmail.com> (raw)
In-Reply-To: <1352602102-2390-1-git-send-email-luming.yu@gmail.com>

"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


  parent reply	other threads:[~2012-11-10 13:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-11  2:48 [PATCH update 0/3] HW-latency: hardware latency test 0.10 Luming Yu
2012-11-11  2:48 ` [PATCH update 1/3] " Luming Yu
2012-11-11  2:48 ` Luming Yu [this message]
2012-11-11  2:48 ` [PATCH update 3/3] fs: Fix crash caused by write to dummy debugfs interface like HW_latency exposed Luming Yu
2012-11-11  8:23 ` [PATCH update 0/3] HW-latency: hardware latency test 0.10 Chen Gong
2012-11-12  4:13 ` Jon Masters
2012-11-18  9:30   ` Luming Yu
2012-11-19  7:30     ` Jon Masters
2012-11-27  2:43       ` Luming Yu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1352602102-2390-3-git-send-email-luming.yu@gmail.com \
    --to=luming.yu@gmail.com \
    --cc=arnd@arndb.de \
    --cc=hpa@zytor.com \
    --cc=jcm@redhat.com \
    --cc=jonathan@jonmasters.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luming.yu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).