Skip to content

Commit

Permalink
arm64/sysreg: Convert ID_AA64DFR1_EL1 to automatic generation
Browse files Browse the repository at this point in the history
Convert ID_AA64FDR1_EL1 to automatic generation as per DDI0487I.a, no
functional changes.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220910163354.860255-6-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Mark Brown authored and Catalin Marinas committed Sep 16, 2022
1 parent e62a2d2 commit c65c617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm64/include/asm/sysreg.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@
#define SYS_MVFR1_EL1 sys_reg(3, 0, 0, 3, 1)
#define SYS_MVFR2_EL1 sys_reg(3, 0, 0, 3, 2)

#define SYS_ID_AA64DFR1_EL1 sys_reg(3, 0, 0, 5, 1)

#define SYS_ID_AA64AFR0_EL1 sys_reg(3, 0, 0, 5, 4)
#define SYS_ID_AA64AFR1_EL1 sys_reg(3, 0, 0, 5, 5)

Expand Down
4 changes: 4 additions & 0 deletions arch/arm64/tools/sysreg
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ Enum 3:0 DebugVer
EndEnum
EndSysreg

Sysreg ID_AA64DFR1_EL1 3 0 0 5 1
Res0 63:0
EndSysreg

Sysreg ID_AA64ISAR0_EL1 3 0 0 6 0
Enum 63:60 RNDR
0b0000 NI
Expand Down

0 comments on commit c65c617

Please sign in to comment.