arm64/sysreg: Standardise naming for ID_AA64ZFR0_EL1 fields
authorMark Brown <broonie@kernel.org>
Mon, 4 Jul 2022 17:02:47 +0000 (18:02 +0100)
committerWill Deacon <will@kernel.org>
Tue, 5 Jul 2022 10:45:46 +0000 (11:45 +0100)
commit8d8feb0eaee12eccd2b5d12af2cbb86cb427945d
tree88dbc7e1f475b382a6d982d33b2fcf23f07cf240
parentf13d54697bbeff19c13774f7af1fd267d696f0e4
arm64/sysreg: Standardise naming for ID_AA64ZFR0_EL1 fields

The various defines for bitfields in ID_AA64ZFR0_EL1 do not follow our
conventions for register field names, they omit the _EL1, they don't use
specific defines for enumeration values and they don't follow the naming
in the architecture in some cases. In preparation for automatic generation
bring them into line with convention. No functional changes.

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