OSDN Git Service

KVM: constify kvm_arch_flush_remote_tlbs_memslot
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Apr 2021 15:53:09 +0000 (17:53 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 17 Apr 2021 12:31:04 +0000 (08:31 -0400)
commit6c9dd6d26216ad9733e57f382e1669c142494aab
treea45ff63d2f9ad0ea51de74d9faf3509f555c8e30
parent85f479308333c538ddb39ac8e0b009a03a1af066
KVM: constify kvm_arch_flush_remote_tlbs_memslot

memslots are stored in RCU and there should be no need to
change them.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/arm64/kvm/arm.c
arch/mips/kvm/mips.c
arch/x86/kvm/mmu/mmu.c
include/linux/kvm_host.h