Bind IRQs to respective CPU cores specified by interrupt-affinity parameter
of the PMU node in a DTS file.
Also add compat string for Cortex A53
Differential D26072
Add support for PMU on SMP systems for ARM64 gonzo on Aug 14 2020, 10:07 PM. Authored by Tags None Referenced Files
Subscribers
Details Bind IRQs to respective CPU cores specified by interrupt-affinity parameter Also add compat string for Cortex A53 Without this change pmcstat -TS INST_RETIRED -w1 makes system
Diff Detail
Event Timeline
Comment Actions I think that we should fix this also for arm. Or at least we should use ‘compatible’ (with arm) way.
With all this optimal interrupt binding algorithm looks for me as:
ad 1 - We don’t have such call, but we can safely assume that if only one interrupt is defined then is PPI Please, take all this as my personal opinion, nothing more.. |