From: Zachary Amsden Date: Fri, 20 Aug 2010 08:07:21 +0000 (-1000) Subject: KVM: x86: Make cpu_tsc_khz updates use local CPU X-Git-Tag: v2.6.37-rc1~142^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cfdc0008542b57caadbfe013da163131a8293f4;p=pandora-kernel.git KVM: x86: Make cpu_tsc_khz updates use local CPU This simplifies much of the init code; we can now simply always call tsc_khz_changed, optionally passing it a new value, or letting it figure out the existing value (while interrupts are disabled, and thus, by inference from the rule, not raceful against CPU hotplug or frequency updates, which will issue IPIs to the local CPU to perform this very same task). Signed-off-by: Zachary Amsden Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed