diff options
Diffstat (limited to 'drivers/kvm/mmu.c')
-rw-r--r-- | drivers/kvm/mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/mmu.c b/drivers/kvm/mmu.c index 8ccf84e3fda8..32c64f682081 100644 --- a/drivers/kvm/mmu.c +++ b/drivers/kvm/mmu.c | |||
@@ -936,7 +936,7 @@ static int nonpaging_init_context(struct kvm_vcpu *vcpu) | |||
936 | 936 | ||
937 | static void kvm_mmu_flush_tlb(struct kvm_vcpu *vcpu) | 937 | static void kvm_mmu_flush_tlb(struct kvm_vcpu *vcpu) |
938 | { | 938 | { |
939 | ++kvm_stat.tlb_flush; | 939 | ++vcpu->stat.tlb_flush; |
940 | kvm_arch_ops->tlb_flush(vcpu); | 940 | kvm_arch_ops->tlb_flush(vcpu); |
941 | } | 941 | } |
942 | 942 | ||