Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9391
b: refs/heads/master
c: 6c132b5
h: refs/heads/master
i:
  9389: 125ba4e
  9387: c2bee98
  9383: ebb4344
  9375: fe6f4a2
v: v3
  • Loading branch information
john stultz authored and Linus Torvalds committed Sep 28, 2005
1 parent 3da7a9e commit 278fdbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: a9d014afc3609e3094fd06176380ed057edd4a1b
refs/heads/master: 6c132b5fe6579ed4b4892c02fe6c05f7e3afc579
3 changes: 0 additions & 3 deletions trunk/arch/x86_64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,9 +959,6 @@ static __init int unsynchronized_tsc(void)
are handled in the OEM check above. */
if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
return 0;
/* All in a single socket - should be synchronized */
if (cpus_weight(cpu_core_map[0]) == num_online_cpus())
return 0;
#endif
/* Assume multi socket systems are not synchronized */
return num_online_cpus() > 1;
Expand Down

0 comments on commit 278fdbe

Please sign in to comment.