From: Avi Kivity Date: Thu, 6 Aug 2009 17:40:02 +0000 (-0300) Subject: KVM: Make paravirt tlb flush also reload the PAE PDPTRs X-Git-Tag: v2.6.27.32~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=174289f2746a4f7d74e37f7ce2db640abe7db952;p=pandora-kernel.git KVM: Make paravirt tlb flush also reload the PAE PDPTRs (cherry picked from commit a8cd0244e9cebcf9b358d24c7e7410062f3665cb) The paravirt tlb flush may be used not only to flush TLBs, but also to reload the four page-directory-pointer-table entries, as it is used as a replacement for reloading CR3. Change the code to do the entire CR3 reloading dance instead of simply flushing the TLB. Signed-off-by: Avi Kivity Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed