KVM: MMU: update 'root_hpa' out of loop in PAE shadow path
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Mon, 27 Sep 2010 10:02:12 +0000 (18:02 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:53:09 +0000 (10:53 +0200)
The value of 'vcpu->arch.mmu.pae_root' is not modified, so we can update
'root_hpa' out of the loop.

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/mmu.c

Simple merge