lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 18 Jan 2010 10:16:30 -0500
From:	Andres Salomon <dilinger@...labora.co.uk>
To:	Thadeu Lima de Souza Cascardo <cascardo@...oscopio.com>
Cc:	trivial@...nel.org, marcelo@...ck.org,
	Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...hat.com>,
	"H. Peter Anvin" <hpa@...or.com>, x86@...nel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] trivial: fix grammo in tsc comment about Geode TSC
 reliability

Acked-by: Andres Salomon <dilinger@...labora.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@...oscopio.com>
wrote:

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ