Skip to content

Commit d41571c

Browse files
Marc Zyngieroupton
authored andcommitted
arm64: Drop SKL0/SKL1 from TCR2_EL2
Despite what the documentation says, TCR2_EL2.{SKL0,SKL1} do not exist, and the corresponding information is in the respective TTBRx_EL2. This is a leftover from a development version of the architecture. This change makes TCR2_EL2 similar to TCR2_EL1 in that respect. Reviewed-by: Joey Gouly <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Oliver Upton <[email protected]>
1 parent 8198375 commit d41571c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm64/tools/sysreg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2819,8 +2819,7 @@ Field 13 AMEC1
28192819
Field 12 AMEC0
28202820
Field 11 HAFT
28212821
Field 10 PTTWI
2822-
Field 9:8 SKL1
2823-
Field 7:6 SKL0
2822+
Res0 9:6
28242823
Field 5 D128
28252824
Field 4 AIE
28262825
Field 3 POE

0 commit comments

Comments
 (0)