]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/sysreg: Describe ID_AA64SMFR0_EL1.SMEVer as an enumeration
authorMark Brown <broonie@kernel.org>
Mon, 5 Sep 2022 22:53:59 +0000 (23:53 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 9 Sep 2022 09:59:02 +0000 (10:59 +0100)
commit6c6fd8559a4e7038d44e9976e1cff2e779aeb874
tree50772f28f696cb90ad75136b938df4a5e5782c26
parent589a55b3dcaf0d0077f27f71d7c6d1befff38847
arm64/sysreg: Describe ID_AA64SMFR0_EL1.SMEVer as an enumeration

As with the corresponding SVE field ID_AA64ZFR0_EL1.SVEVer and other ID
register fields the SMEVer field should be identified as an enumeration
but it is currently described as a plain field (most likely due to there
presently being only one possible value). Update it to be an enumeration
as one would expect. No functional change.

Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Kristina Martsenko <kristina.martsenko@arm.com>
Link: https://lore.kernel.org/r/20220905225425.1871461-3-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/tools/sysreg