Skip to content

Commit dae169f

Browse files
Anshuman Khandualctmarinas
authored andcommitted
arm64/sysreg: Rename TRBTRG_EL1 fields per auto-gen tools format
This renames TRBTRG_EL1 register fields per auto-gen tools format without causing any functional change in the TRBE driver. Cc: Will Deacon <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Mark Brown <[email protected]> Cc: Rob Herring <[email protected]> Cc: Suzuki K Poulose <[email protected]> Cc: James Morse <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Anshuman Khandual <[email protected]> Reviewed-by: Suzuki K Poulose <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent b7c3a6e commit dae169f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/include/asm/sysreg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@
267267
#define TRBMAR_EL1_SH_SHIFT 8
268268
#define TRBMAR_EL1_Attr_MASK GENMASK(7, 0)
269269
#define TRBMAR_EL1_Attr_SHIFT 0
270-
#define TRBTRG_TRG_MASK GENMASK(31, 0)
271-
#define TRBTRG_TRG_SHIFT 0
270+
#define TRBTRG_EL1_TRG_MASK GENMASK(31, 0)
271+
#define TRBTRG_EL1_TRG_SHIFT 0
272272
#define TRBIDR_FLAG BIT(5)
273273
#define TRBIDR_PROG BIT(4)
274274
#define TRBIDR_ALIGN_MASK GENMASK(3, 0)

0 commit comments

Comments
 (0)