From: Eduardo Habkost Date: Fri, 5 Dec 2008 20:36:45 +0000 (-0200) Subject: x86: KVM guest: kvm_get_tsc_khz: return khz, not lpj X-Git-Tag: v2.6.29-rc1~539^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e93353c93a3ba4215633ce930784f40a4e94e3f9;p=pandora-kernel.git x86: KVM guest: kvm_get_tsc_khz: return khz, not lpj kvm_get_tsc_khz() currently returns the previously-calculated preset_lpj value, but it is in loops-per-jiffy, not kHz. The current code works correctly only when HZ=1000. Signed-off-by: Eduardo Habkost Signed-off-by: Avi Kivity --- Reading git-diff-tree failed