Re: [PATCH V2] KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF

2021-08-11 Thread Marc Zyngier
On Wed, 11 Aug 2021 04:27:06 +0100, Anshuman Khandual wrote: > > ID_AA64DFR0_PMUVER_IMP_DEF which indicate implementation defined PMU, never > actually gets used although there are '0xf' instances scattered all around. > Just do the macro replacement to improve readability. > > Cc: Catalin

[PATCH V2] KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF

2021-08-10 Thread Anshuman Khandual
ID_AA64DFR0_PMUVER_IMP_DEF which indicate implementation defined PMU, never actually gets used although there are '0xf' instances scattered all around. Just do the macro replacement to improve readability. Cc: Catalin Marinas Cc: Will Deacon Cc: Mark Rutland Cc: Peter Zijlstra Cc: Marc