Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70957
b: refs/heads/master
c: f97586b
h: refs/heads/master
i:
  70955: 74ac3d6
v: v3
  • Loading branch information
Ingo Molnar authored and Thomas Gleixner committed Oct 17, 2007
1 parent 588d33c commit c80314b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3fb450a327fc098efe6c9f000d470abac354cfcc
refs/heads/master: f97586b610dc87a6494236118321e56ffc13319c
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/tsc_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ __cpuinit int unsynchronized_tsc(void)

static void __init check_geode_tsc_reliable(void)
{
unsigned long val;
unsigned long res_low, res_high;

rdmsrl(MSR_GEODE_BUSCONT_CONF0, val);
if ((val & RTSC_SUSP))
rdmsr_safe(MSR_GEODE_BUSCONT_CONF0, &res_low, &res_high);
if (res_low & RTSC_SUSP)
clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY;
}
#else
Expand Down

0 comments on commit c80314b

Please sign in to comment.