KVM: arm64: Drop the requirement for XARRAY_MULTI
authorMarc Zyngier <maz@kernel.org>
Wed, 14 Feb 2024 13:18:12 +0000 (13:18 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Mon, 19 Feb 2024 17:13:00 +0000 (17:13 +0000)
commit52571d058b0775d57c9d1bc62d8a19b2da51ef39
tree4bdd7377f0926f6c4094328585eb10eadd7d59ed
parentfdd8e3452359d513cdad1bb8467791b69697181a
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 <joey.gouly@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20240214131827.2856277-12-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/Kconfig