From: tip-bot for Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
cascardo@holoscopio.com, tglx@linutronix.de, mingo@elte.hu
Subject: [tip:x86/cleanups] x86, trivial: Fix grammo in tsc comment about Geode TSC reliability
Date: Tue, 19 Jan 2010 14:22:38 GMT [thread overview]
Message-ID: <tip-00097c4fdf117d9845d772f571a987ae95523f8c@git.kernel.org> (raw)
In-Reply-To: <1263764685-9871-1-git-send-email-cascardo@holoscopio.com>
Commit-ID: 00097c4fdf117d9845d772f571a987ae95523f8c
Gitweb: http://git.kernel.org/tip/00097c4fdf117d9845d772f571a987ae95523f8c
Author: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
AuthorDate: Sun, 17 Jan 2010 19:44:44 -0200
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Mon, 18 Jan 2010 09:01:39 +0100
x86, trivial: Fix grammo in tsc comment about Geode TSC reliability
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Cc: marcelo@kvack.org
Cc: dilinger@collabora.co.uk
Cc: trivial@kernel.org
LKML-Reference: <1263764685-9871-1-git-send-email-cascardo@holoscopio.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
arch/x86/kernel/tsc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c
index 597683a..23066ec 100644
--- a/arch/x86/kernel/tsc.c
+++ b/arch/x86/kernel/tsc.c
@@ -806,7 +806,7 @@ static void __init check_system_tsc_reliable(void)
unsigned long res_low, res_high;
rdmsr_safe(MSR_GEODE_BUSCONT_CONF0, &res_low, &res_high);
- /* Geode_LX - the OLPC CPU has a possibly a very reliable TSC */
+ /* Geode_LX - the OLPC CPU has a very reliable TSC */
if (res_low & RTSC_SUSP)
tsc_clocksource_reliable = 1;
#endif
prev parent reply other threads:[~2010-01-19 14:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-17 21:44 [PATCH] trivial: fix " Thadeu Lima de Souza Cascardo
2010-01-18 15:16 ` Andres Salomon
2010-01-19 14:22 ` tip-bot for Thadeu Lima de Souza Cascardo [this message]
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=tip-00097c4fdf117d9845d772f571a987ae95523f8c@git.kernel.org \
--to=cascardo@holoscopio.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
/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
Powered by JetHome