Skip to content

Commit 4f101cd

Browse files
Fuad Tabbawilldeacon
authored andcommitted
arm64/sysreg: Add missing ExtTrcBuff field definition to ID_AA64DFR0_EL1
Add the ExtTrcBuff field definitions to ID_AA64DFR0_EL1 from DDI0601 2023-09. This field isn't used yet. Adding it for completeness and because it will be used in future patches. Signed-off-by: Fuad Tabba <[email protected]> Reviewed-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 3b077ad commit 4f101cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/arm64/tools/sysreg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,10 @@ Enum 63:60 HPMN0
11891189
0b0000 UNPREDICTABLE
11901190
0b0001 DEF
11911191
EndEnum
1192-
Res0 59:56
1192+
UnsignedEnum 59:56 ExtTrcBuff
1193+
0b0000 NI
1194+
0b0001 IMP
1195+
EndEnum
11931196
UnsignedEnum 55:52 BRBE
11941197
0b0000 NI
11951198
0b0001 IMP

0 commit comments

Comments
 (0)