From: Avi Kivity Date: Sun, 22 Jul 2012 14:41:00 +0000 (+0300) Subject: KVM: Don't update PPR on any APIC read X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4541a40e1fe145c72c4b959fac524a5600d9fb;p=pandora-kernel.git KVM: Don't update PPR on any APIC read The current code will update the PPR on almost any APIC read; however that's only required if we read the PPR. kvm_update_ppr() shows up in some profiles, albeit with a low usage (~1%). This should reduce it further (it will still be called during interrupt processing). Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed