aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kvm/mmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c
index 5052acdc0a77..853a2889b202 100644
--- a/arch/x86/kvm/mmu.c
+++ b/arch/x86/kvm/mmu.c
@@ -2111,6 +2111,7 @@ void kvm_mmu_slot_remove_write_access(struct kvm *kvm, int slot)
2111 if (pt[i] & PT_WRITABLE_MASK) 2111 if (pt[i] & PT_WRITABLE_MASK)
2112 pt[i] &= ~PT_WRITABLE_MASK; 2112 pt[i] &= ~PT_WRITABLE_MASK;
2113 } 2113 }
2114 kvm_flush_remote_tlbs(kvm);
2114 spin_unlock(&kvm->mmu_lock); 2115 spin_unlock(&kvm->mmu_lock);
2115} 2116}
2116 2117