arm64/sme: Don't use streaming mode to probe the maximum SME VL
authorMark Brown <broonie@kernel.org>
Tue, 27 Dec 2022 13:04:35 +0000 (13:04 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 12 Jan 2023 16:07:26 +0000 (16:07 +0000)
commitfcd3d2c082b2a19da2326b2b38ba5a05536dcd32
tree82fd57b39fd59708d5185eb8ca0a81dbc5f4d1c3
parentc3cdd54c6138871b04dc2306fbfe30ece947ac48
arm64/sme: Don't use streaming mode to probe the maximum SME VL

During development the architecture added the RDSVL instruction which means
we do not need to enter streaming mode to enumerate the SME VLs, use it
when we probe the maximum supported VL. Other users were already updated.

No functional change.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221223-arm64-sme-probe-max-v1-1-cbde68f67ad0@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/fpsimd.c