diff options
| author | Rob Herring (Arm) <[email protected]> | 2024-07-31 10:51:21 -0600 |
|---|---|---|
| committer | Will Deacon <[email protected]> | 2024-08-16 13:09:12 +0100 |
| commit | f9b11aa00708d94a0cd78bfde34b68c0f95d8b50 (patch) | |
| tree | 3f76722ffe67abd99d39d55b63176dc4f0cd9894 /include/linux | |
| parent | 741ee5284551cf5daae95d9c8c1e34f47382ed3c (diff) | |
KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL access
ARMV8_PMU_COUNTER_MASK is really a mask for the PMSELR_EL0.SEL register
field. Make that clear by adding a standard sysreg definition for the
register, and using it instead.
Reviewed-by: Mark Rutland <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Reviewed-by: Marc Zyngier <[email protected]>
Signed-off-by: Rob Herring (Arm) <[email protected]>
Tested-by: James Clark <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/perf/arm_pmuv3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/perf/arm_pmuv3.h b/include/linux/perf/arm_pmuv3.h index eccbdd8eb98f..792b8e10b72a 100644 --- a/include/linux/perf/arm_pmuv3.h +++ b/include/linux/perf/arm_pmuv3.h @@ -8,7 +8,6 @@ #define ARMV8_PMU_MAX_GENERAL_COUNTERS 31 #define ARMV8_PMU_MAX_COUNTERS 32 -#define ARMV8_PMU_COUNTER_MASK (ARMV8_PMU_MAX_COUNTERS - 1) /* * Common architectural and microarchitectural event numbers. |