arm64/sysreg: Standardise naming for ID_AA64SMFR0_EL1 enums
authorMark Brown <broonie@kernel.org>
Mon, 4 Jul 2022 17:02:46 +0000 (18:02 +0100)
committerWill Deacon <will@kernel.org>
Tue, 5 Jul 2022 10:45:46 +0000 (11:45 +0100)
commitf13d54697bbeff19c13774f7af1fd267d696f0e4
tree5669ef84e048d03937c58054ac5288583ec9cf8c
parent9a2f3290bb101146246eaf3f807bdc9718b56e49
arm64/sysreg: Standardise naming for ID_AA64SMFR0_EL1 enums

We have a series of defines for enumeration values we test for in the
fields in ID_AA64SMFR0_EL1 which do not follow our usual convention of
including the EL1 in the name and having _IMP at the end of the basic
"feature present" define. In preparation for automatic register
generation bring the defines into sync with convention, no functional
change.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220704170302.2609529-13-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/el2_setup.h
arch/arm64/include/asm/sysreg.h
arch/arm64/kernel/cpufeature.c