arm64/sve: Rename find_supported_vector_length()
authorMark Brown <broonie@kernel.org>
Tue, 19 Oct 2021 17:22:10 +0000 (18:22 +0100)
committerWill Deacon <will@kernel.org>
Thu, 21 Oct 2021 09:18:17 +0000 (10:18 +0100)
commit059613f546b67423a5b49cb6e6fa8b72fbaa4e0b
tree0b3137f1efa37d92f628f65797661b236edd5a83
parent9f5848665788a0f07bc175cb2cdd06d367b7556e
arm64/sve: Rename find_supported_vector_length()

The function has SVE specific checks in it and it will be more trouble
to add conditional code for SME than it is to simply rename it to be SVE
specific.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20211019172247.3045838-6-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/fpsimd.c