aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kvm/mmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c
index 098a0b8616b0..e087f855461d 100644
--- a/arch/x86/kvm/mmu.c
+++ b/arch/x86/kvm/mmu.c
@@ -1984,7 +1984,7 @@ static void mmu_set_spte(struct kvm_vcpu *vcpu, u64 *sptep,
1984 reset_host_protection)) { 1984 reset_host_protection)) {
1985 if (write_fault) 1985 if (write_fault)
1986 *ptwrite = 1; 1986 *ptwrite = 1;
1987 kvm_x86_ops->tlb_flush(vcpu); 1987 kvm_mmu_flush_tlb(vcpu);
1988 } 1988 }
1989 1989
1990 pgprintk("%s: setting spte %llx\n", __func__, *sptep); 1990 pgprintk("%s: setting spte %llx\n", __func__, *sptep);