From: Alok Kataria Date: Fri, 4 Sep 2009 20:13:39 +0000 (-0700) Subject: x86: Print the hypervisor returned tsc_khz during boot X-Git-Tag: v2.6.32-rc1~616^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6399c087458859cddff2d6b46befb95b866df3e0;p=pandora-kernel.git x86: Print the hypervisor returned tsc_khz during boot On an AMD-64 system the processor frequency that is printed during system boot, may be different than the tsc frequency that was returned by the hypervisor, due to the value returned from calibrate_cpu. For debugging timekeeping or other related issues it might be better to get the tsc_khz value returned by the hypervisor. The patch below now prints the tsc frequency that the VMware hypervisor returned. Signed-off-by: Alok N Kataria LKML-Reference: <1252095219.12518.13.camel@ank32.eng.vmware.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed