commit | 66d73e12f2786497424cb611b359e3580978cad7 | [log] [tgz] |
---|---|---|
author | Peter Feiner <pfeiner@google.com> | Mon Sep 26 10:45:34 2016 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Nov 02 21:32:17 2016 +0100 |
tree | 94b7661ba7d4984e06b2b5f5a1fae2368566b4c2 | |
parent | c63e45635bfabc6c01324bd79bc75aa183c828ad [diff] |
KVM: X86: MMU: no mmu_notifier_seq++ in kvm_age_hva The MMU notifier sequence number keeps GPA->HPA mappings in sync when GPA->HPA lookups are done outside of the MMU lock (e.g., in tdp_page_fault). Since kvm_age_hva doesn't change GPA->HPA, it's unnecessary to increment the sequence number. Signed-off-by: Peter Feiner <pfeiner@google.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>