x86: warn of incorrect cpu_khz on AMD systems
authorPrarit Bhargava <prarit@redhat.com>
Wed, 12 Nov 2008 18:35:00 +0000 (13:35 -0500)
committerIngo Molnar <mingo@elte.hu>
Wed, 12 Nov 2008 18:57:35 +0000 (19:57 +0100)
Impact: add debug check

If none of the perfctrs are free when calculating cpu_khz we default to
using ctr 3 (ie, we just choose 3).  This may lead to an incorrect tsc
freq value which can cause the system to be unstable.

To aid in future debugging, WARN the user of a potential problem.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found