diff options
author | Raghavendra Rao Ananta <rananta@google.com> | 2023-08-11 06:51:17 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2023-08-17 10:35:14 +0200 |
commit | eddd21481011008792f4e647a5244f6e15970abc (patch) | |
tree | bf8760d53ebcc0ee75628017c5f763073e0da14f /arch/x86/coco | |
parent | KVM: arm64: Use kvm_arch_flush_remote_tlbs() (diff) | |
download | linux-eddd21481011008792f4e647a5244f6e15970abc.tar.xz linux-eddd21481011008792f4e647a5244f6e15970abc.zip |
KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
kvm_arch_flush_remote_tlbs() or CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
are two mechanisms to solve the same problem, allowing
architecture-specific code to provide a non-IPI implementation of
remote TLB flushing.
Dropping CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL allows KVM to standardize
all architectures on kvm_arch_flush_remote_tlbs() instead of
maintaining two mechanisms.
Signed-off-by: Raghavendra Rao Ananta <rananta@google.com>
Reviewed-by: Shaoqin Huang <shahuang@redhat.com>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230811045127.3308641-5-rananta@google.com
Diffstat (limited to 'arch/x86/coco')
0 files changed, 0 insertions, 0 deletions