mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] trivial: fix grammo in tsc comment about Geode TSC reliability
@ 2010-01-17 21:44 Thadeu Lima de Souza Cascardo
  2010-01-18 15:16 ` Andres Salomon
  2010-01-19 14:22 ` [tip:x86/cleanups] x86, trivial: Fix " tip-bot for Thadeu Lima de Souza Cascardo
  0 siblings, 2 replies; 3+ messages in thread
From: Thadeu Lima de Souza Cascardo @ 2010-01-17 21:44 UTC (permalink / raw)
  To: trivial
  Cc: marcelo, dilinger, Thadeu Lima de Souza Cascardo,
	Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86, linux-kernel

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
---
 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
-- 
1.6.6


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] trivial: fix grammo in tsc comment about Geode TSC reliability
  2010-01-17 21:44 [PATCH] trivial: fix grammo in tsc comment about Geode TSC reliability Thadeu Lima de Souza Cascardo
@ 2010-01-18 15:16 ` Andres Salomon
  2010-01-19 14:22 ` [tip:x86/cleanups] x86, trivial: Fix " tip-bot for Thadeu Lima de Souza Cascardo
  1 sibling, 0 replies; 3+ messages in thread
From: Andres Salomon @ 2010-01-18 15:16 UTC (permalink / raw)
  To: Thadeu Lima de Souza Cascardo
  Cc: trivial, marcelo, Thomas Gleixner, Ingo Molnar, H. Peter Anvin,
	x86, linux-kernel

Acked-by: Andres Salomon <dilinger@collabora.co.uk>

That code should probably exist for generic kernels (distro kernels
that aren't compiled specifically for GEODE_LX).  Currently it's
#ifdef'd..


On Sun, 17 Jan 2010
19:44:44 -0200 Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
wrote:

> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:x86/cleanups] x86, trivial: Fix grammo in tsc comment about Geode TSC reliability
  2010-01-17 21:44 [PATCH] trivial: fix grammo in tsc comment about Geode TSC reliability 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
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Thadeu Lima de Souza Cascardo @ 2010-01-19 14:22 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, cascardo, tglx, mingo

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-19 14:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-17 21:44 [PATCH] trivial: fix grammo in tsc comment about Geode TSC reliability Thadeu Lima de Souza Cascardo
2010-01-18 15:16 ` Andres Salomon
2010-01-19 14:22 ` [tip:x86/cleanups] x86, trivial: Fix " tip-bot for Thadeu Lima de Souza Cascardo

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