]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a25cae37e4331e2bbdfddc4767b8004d9bc8841
treea45ff63d2f9ad0ea51de74d9faf3509f555c8e30
parentd8f31aa14617019e265ba389fa77c720223999e2
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