arm64/sysreg: Standardise naming for ID_ISAR0_EL1
authorJames Morse <james.morse@arm.com>
Wed, 30 Nov 2022 17:16:03 +0000 (17:16 +0000)
committerWill Deacon <will@kernel.org>
Thu, 1 Dec 2022 15:53:13 +0000 (15:53 +0000)
commit52b3dc559a4c240c33c58affdf8247bab485d422
tree2af73374252c071eed7579c750cbfcf6da7ba476
parent7b24177c631de0d75fd7473ee75666498faf225e
arm64/sysreg: Standardise naming for ID_ISAR0_EL1

To convert the 32bit id registers to use the sysreg generation, they
must first have a regular pattern, to match the symbols the script
generates.

Ensure symbols for the ID_ISAR0_EL1 register have an _EL1 suffix,
and use lower-case for feature names where the arm-arm does the same.

To functional change.

Signed-off-by: James Morse <james.morse@arm.com>
Link: https://lore.kernel.org/r/20221130171637.718182-5-james.morse@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/sysreg.h
arch/arm64/kernel/cpufeature.c