]> git.ipfire.org Git - thirdparty/linux.git/commit
perf: arm_pmu: Convert to the new interrupt affinity retrieval API
authorMarc Zyngier <maz@kernel.org>
Mon, 20 Oct 2025 12:29:25 +0000 (13:29 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 27 Oct 2025 16:16:33 +0000 (17:16 +0100)
commit663783e0013e97e18cc167139ab4319bbeaea399
tree59c642941b883486330fffa1fa8a72e74739c4ce
parent541454dd204b66c9f03761e00a28ad9702b24829
perf: arm_pmu: Convert to the new interrupt affinity retrieval API

Now that the relevant interrupt controllers are equipped with a callback
returning the affinity of per-CPU interrupts, switch the OF side of the ARM
PMU driver over to this new method.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Will Deacon <will@kernel.org>
Reviewed-by: Jinjie Ruan <ruanjinjie@huawei.com>
Link: https://patch.msgid.link/20251020122944.3074811-9-maz@kernel.org
drivers/perf/arm_pmu_platform.c