x86: Change warning message in TSC calibration.
authorAlok N Kataria <akataria@vmware.com>
Thu, 4 Sep 2008 01:18:01 +0000 (18:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Sep 2008 03:10:37 +0000 (20:10 -0700)
commitde014d617636d6a6bd5aef3b3d1f7f9a35669057
tree0fb29f036345dfc46c4517c57456536cfa93c529
parentce36394269ccd9d1d286d6192ba09fa6894365e9
x86: Change warning message in TSC calibration.

When calibration against PIT fails, the warning that we print is misleading.
In a virtualized environment the VM may get descheduled while calibration
or, the check in PIT calibration may fail due to other virtualization
overheads.

The warning message explicitly assumes that calibration failed due to SMI's
which may not be the case. Change that to something proper.

Signed-off-by: Alok N Kataria <akataria@vmware.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/kernel/tsc.c