diff options
author | Marc Zyngier <[email protected]> | 2024-02-14 13:18:12 +0000 |
---|---|---|
committer | Oliver Upton <[email protected]> | 2024-02-19 17:13:00 +0000 |
commit | 52571d058b0775d57c9d1bc62d8a19b2da51ef39 (patch) | |
tree | 4bdd7377f0926f6c4094328585eb10eadd7d59ed | |
parent | fdd8e3452359d513cdad1bb8467791b69697181a (diff) |
KVM: arm64: Drop the requirement for XARRAY_MULTI
Now that we don't use xa_store_range() anymore, drop the added
complexity of XARRAY_MULTI for KVM. It is likely still pulled
in by other bits of the kernel though.
Reviewed-by: Joey Gouly <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Oliver Upton <[email protected]>
-rw-r--r-- | arch/arm64/kvm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kvm/Kconfig b/arch/arm64/kvm/Kconfig index 6c3c8ca73e7f..5c2a672c06a8 100644 --- a/arch/arm64/kvm/Kconfig +++ b/arch/arm64/kvm/Kconfig @@ -39,7 +39,6 @@ menuconfig KVM select HAVE_KVM_VCPU_RUN_PID_CHANGE select SCHED_INFO select GUEST_PERF_EVENTS if PERF_EVENTS - select XARRAY_MULTI help Support hosting virtualized guest machines. |