aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2021-04-02 17:53:09 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2021-04-17 08:31:04 -0400
commit6c9dd6d26216ad9733e57f382e1669c142494aab (patch)
treea45ff63d2f9ad0ea51de74d9faf3509f555c8e30 /arch/mips
parentKVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocations (diff)
downloadlinux-dev-6c9dd6d26216ad9733e57f382e1669c142494aab.tar.xz
linux-dev-6c9dd6d26216ad9733e57f382e1669c142494aab.zip
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>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/kvm/mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kvm/mips.c b/arch/mips/kvm/mips.c
index 58a8812e2fa5..7db8234a4407 100644
--- a/arch/mips/kvm/mips.c
+++ b/arch/mips/kvm/mips.c
@@ -997,7 +997,7 @@ void kvm_arch_sync_dirty_log(struct kvm *kvm, struct kvm_memory_slot *memslot)
}
void kvm_arch_flush_remote_tlbs_memslot(struct kvm *kvm,
- struct kvm_memory_slot *memslot)
+ const struct kvm_memory_slot *memslot)
{
/* Let implementation handle TLB/GVA invalidation */
kvm_mips_callbacks->flush_shadow_memslot(kvm, memslot);