]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: cpufeature: Use pmuv3_implemented() function
authorJames Clark <james.clark@linaro.org>
Thu, 5 Mar 2026 16:28:19 +0000 (16:28 +0000)
committerWill Deacon <will@kernel.org>
Tue, 24 Mar 2026 12:33:49 +0000 (12:33 +0000)
commit15ed3fa23cbcb9b9db842947698c3b4b2aeb706c
treec8562f8d7aedf62eb9c3be842c1cf749f64f376e
parentd1dcc20bcc40efe1f1c71639376c91dafa489222
arm64: cpufeature: Use pmuv3_implemented() function

Other places that are doing this version comparison are already using
pmuv3_implemented(), so might as well use it here too for consistency.

Signed-off-by: James Clark <james.clark@linaro.org>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Colton Lewis <coltonlewis@google.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm/include/asm/arm_pmuv3.h
arch/arm64/kernel/cpufeature.c