From: Andi Kleen Date: Sat, 21 Oct 2006 22:38:23 +0000 (+0200) Subject: [PATCH] x86-64: Fix C3 timer test X-Git-Tag: v2.6.19~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b1bccfe75691f5f42bf210d8a349f931896887;p=pandora-kernel.git [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 --- Reading git-diff-tree failed