From: Sheng Yang Date: Wed, 12 May 2010 08:40:41 +0000 (+0800) Subject: KVM: x86: Clean up duplicate assignment X-Git-Tag: v2.6.36-rc1~580^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ad07551a2ace89e35604d1c55fdae1dd3359a8;p=pandora-kernel.git KVM: x86: Clean up duplicate assignment mmu.free() already set root_hpa to INVALID_PAGE, no need to do it again in the destory_kvm_mmu(). kvm_x86_ops->set_cr4() and set_efer() already assign cr4/efer to vcpu->arch.cr4/efer, no need to do it again later. Signed-off-by: Sheng Yang Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed