KVM: MMU: Fix Wrong tlb flush order
authorShaohua Li <shaohua.li@intel.com>
Wed, 20 Jun 2007 09:13:26 +0000 (17:13 +0800)
committerAvi Kivity <avi@qumranet.com>
Mon, 16 Jul 2007 09:05:48 +0000 (12:05 +0300)
commit88a97f0b2fe1cd08d06390dc2669b709ea96e11a
treef6b3db226a0253ae3e2689b09c5f084bba24c967
parent75880a01124c6aa5d428bdc14163039a87618be1
KVM: MMU: Fix Wrong tlb flush order

Need to flush the tlb after updating a pte, not before.

Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/mmu.c