Skip to content

Commit e01e173

Browse files
Anshuman Khandualctmarinas
authored andcommitted
arm64/sysreg: Rename TRBPTR_EL1 fields per auto-gen tools format
This renames TRBPTR_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 92b1efc commit e01e173

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
@@ -246,8 +246,8 @@
246246
#define TRBLIMITR_EL1_FM_MASK GENMASK(2, 1)
247247
#define TRBLIMITR_EL1_FM_SHIFT 1
248248
#define TRBLIMITR_EL1_E BIT(0)
249-
#define TRBPTR_PTR_MASK GENMASK_ULL(63, 0)
250-
#define TRBPTR_PTR_SHIFT 0
249+
#define TRBPTR_EL1_PTR_MASK GENMASK_ULL(63, 0)
250+
#define TRBPTR_EL1_PTR_SHIFT 0
251251
#define TRBBASER_BASE_MASK GENMASK_ULL(51, 0)
252252
#define TRBBASER_BASE_SHIFT 12
253253
#define TRBSR_EC_MASK GENMASK(5, 0)

0 commit comments

Comments
 (0)