]> Git Repo - J-linux.git/commitdiff
x86, trivial: Fix grammo in tsc comment about Geode TSC reliability
authorThadeu Lima de Souza Cascardo <[email protected]>
Sun, 17 Jan 2010 21:44:44 +0000 (19:44 -0200)
committerIngo Molnar <[email protected]>
Mon, 18 Jan 2010 08:01:39 +0000 (09:01 +0100)
Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
LKML-Reference: <1263764685[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/tsc.c

index 597683aa5ba0ba3ef800ab39179669ded4e3aa57..23066ecf12fa2a61db86e9c0c4e8db8a89dfb307 100644 (file)
@@ -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
This page took 0.050522 seconds and 4 git commands to generate.