From: Shaohua Li Date: Mon, 23 Jul 2007 06:51:32 +0000 (+0800) Subject: KVM: Hoist kvm_mmu_reload() out of the critical section X-Git-Tag: v2.6.24-rc1~1365^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ae0448f53324b3c476f68bd134d97ac4ec27e0c;p=pandora-kernel.git KVM: Hoist kvm_mmu_reload() out of the critical section vmx_cpu_run doesn't handle error correctly and kvm_mmu_reload might sleep with mutex changes, so I move it above. Signed-off-by: Shaohua Li Signed-off-by: Avi Kivity --- Reading git-diff-tree failed