Skip to content

Commit c65c617

Browse files
brooniectmarinas
authored andcommitted
arm64/sysreg: Convert ID_AA64DFR1_EL1 to automatic generation
Convert ID_AA64FDR1_EL1 to automatic generation as per DDI0487I.a, no functional changes. Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent e62a2d2 commit c65c617

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

arch/arm64/include/asm/sysreg.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@
190190
#define SYS_MVFR1_EL1 sys_reg(3, 0, 0, 3, 1)
191191
#define SYS_MVFR2_EL1 sys_reg(3, 0, 0, 3, 2)
192192

193-
#define SYS_ID_AA64DFR1_EL1 sys_reg(3, 0, 0, 5, 1)
194-
195193
#define SYS_ID_AA64AFR0_EL1 sys_reg(3, 0, 0, 5, 4)
196194
#define SYS_ID_AA64AFR1_EL1 sys_reg(3, 0, 0, 5, 5)
197195

arch/arm64/tools/sysreg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,10 @@ Enum 3:0 DebugVer
315315
EndEnum
316316
EndSysreg
317317

318+
Sysreg ID_AA64DFR1_EL1 3 0 0 5 1
319+
Res0 63:0
320+
EndSysreg
321+
318322
Sysreg ID_AA64ISAR0_EL1 3 0 0 6 0
319323
Enum 63:60 RNDR
320324
0b0000 NI

0 commit comments

Comments
 (0)