Skip to content

Commit c3ac60a

Browse files
brooniectmarinas
authored andcommitted
arm64/sysreg: Initial annotation of signed ID registers
We currently annotate a few bitfields as signed in hwcaps, update all of these to be SignedEnum in the sysreg generation. Further signed bitfields can be done incrementally, this is the minimum required for the conversion of the hwcaps to use token pasting to simplify their declaration. Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent a55d142 commit c3ac60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/tools/sysreg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,12 +846,12 @@ Enum 27:24 GIC
846846
0b0001 IMP
847847
0b0010 V4P1
848848
EndEnum
849-
Enum 23:20 AdvSIMD
849+
SignedEnum 23:20 AdvSIMD
850850
0b0000 IMP
851851
0b0001 FP16
852852
0b1111 NI
853853
EndEnum
854-
Enum 19:16 FP
854+
SignedEnum 19:16 FP
855855
0b0000 IMP
856856
0b0001 FP16
857857
0b1111 NI

0 commit comments

Comments
 (0)