diff options
author | Raghavendra Rao Ananta <rananta@google.com> | 2023-08-11 07:51:17 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2023-08-17 11:35:14 +0300 |
commit | eddd21481011008792f4e647a5244f6e15970abc (patch) | |
tree | bf8760d53ebcc0ee75628017c5f763073e0da14f /drivers/gpu | |
parent | 32121c813818a87ba7565b3afce93a9cc3610a22 (diff) | |
download | linux-eddd21481011008792f4e647a5244f6e15970abc.tar.xz |
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 'drivers/gpu')
0 files changed, 0 insertions, 0 deletions