commit | aa026ede513b7d672fa7d9106b2f2a475455dcf2 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Sun Oct 22 00:41:15 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Sun Oct 22 00:41:15 2006 +0200 |
tree | 13a4e7934f3597336ebdfde1d720b5f2c877ad6e | |
parent | cb7fabcf9d4340b61f012cc7e8e3d7ff5c4f441c [diff] |
[PATCH] x86-64: Fix C3 timer test There was a typo in the C3 latency test to decide of the TSC should be used or not. It used the C2 latency threshold, not the C3 one. Fix that. This should fix the time on various dual core laptops. Signed-off-by: Andi Kleen <ak@suse.de>