Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80161
b: refs/heads/master
c: 32c7553
h: refs/heads/master
i:
  80159: e3355ff
v: v3
  • Loading branch information
Andi Kleen authored and Ingo Molnar committed Jan 30, 2008
1 parent eb97dba commit f176e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: 51fc97b93545e71cec578d6771bceeb92bc2d50b
refs/heads/master: 32c7553f824d0d76771404f0e11d6059f82e8de7
9 changes: 1 addition & 8 deletions trunk/arch/x86/kernel/tsc_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,8 @@ __cpuinit int unsynchronized_tsc(void)
return 1;
#endif

if (boot_cpu_has(X86_FEATURE_CONSTANT_TSC)) {
#ifdef CONFIG_ACPI
/* But TSC doesn't tick in C3 so don't use it there */
if (acpi_gbl_FADT.header.length > 0 &&
acpi_gbl_FADT.C3latency < 1000)
return 1;
#endif
if (boot_cpu_has(X86_FEATURE_CONSTANT_TSC))
return 0;
}

/* Assume multi socket systems are not synchronized */
return num_present_cpus() > 1;
Expand Down

0 comments on commit f176e01

Please sign in to comment.