aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
diff options
context:
space:
mode:
authorGravatar James Morse <james.morse@arm.com> 2022-11-30 17:16:35 +0000
committerGravatar Will Deacon <will@kernel.org> 2022-12-01 15:53:16 +0000
commit58e010516ee63b04863de7030858670d1fc93471 (patch)
tree6933c8c19578efcd2d5bf2a4f3711d248a7b53a0 /arch/arm64/include
parentarm64/sysreg: Convert ID_MMFR5_EL1 to automatic generation (diff)
downloadlinux-58e010516ee63b04863de7030858670d1fc93471.tar.gz
linux-58e010516ee63b04863de7030858670d1fc93471.tar.bz2
linux-58e010516ee63b04863de7030858670d1fc93471.zip
arm64/sysreg: Convert ID_AFR0_EL1 to automatic generation
Convert ID_AFR0_EL1 to be automatically generated as per DDI0487I.a, no functional changes. Reviewed-by: Mark Brown <broonie@kernel.org> Signed-off-by: James Morse <james.morse@arm.com> Link: https://lore.kernel.org/r/20221130171637.718182-37-james.morse@arm.com Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/include')
-rw-r--r--arch/arm64/include/asm/sysreg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/sysreg.h b/arch/arm64/include/asm/sysreg.h
index 25e96aa84ae8..c4d59ea7147a 100644
--- a/arch/arm64/include/asm/sysreg.h
+++ b/arch/arm64/include/asm/sysreg.h
@@ -167,7 +167,6 @@
#define SYS_ID_DFR0_EL1 sys_reg(3, 0, 0, 1, 2)
#define SYS_ID_DFR1_EL1 sys_reg(3, 0, 0, 3, 5)
-#define SYS_ID_AFR0_EL1 sys_reg(3, 0, 0, 1, 3)
#define SYS_ACTLR_EL1 sys_reg(3, 0, 1, 0, 1)
#define SYS_RGSR_EL1 sys_reg(3, 0, 1, 0, 5)