Skip to content

Commit 52571d0

Browse files
Marc Zyngieroupton
authored andcommitted
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]>
1 parent fdd8e34 commit 52571d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/kvm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ menuconfig KVM
3939
select HAVE_KVM_VCPU_RUN_PID_CHANGE
4040
select SCHED_INFO
4141
select GUEST_PERF_EVENTS if PERF_EVENTS
42-
select XARRAY_MULTI
4342
help
4443
Support hosting virtualized guest machines.
4544

0 commit comments

Comments
 (0)