diff options
author | Mark Rutland <mark.rutland@arm.com> | 2017-04-11 11:39:52 +0300 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2017-04-11 18:29:53 +0300 |
commit | 3cf7ee98b8489fd2ff58374e3882a666f81d629f (patch) | |
tree | 7de4edbe9624d15f20a750300c8588d4aba1def5 /include/linux/perf | |
parent | 0e2663d921ea1861540cd7f331d8e2c7668aa31f (diff) | |
download | linux-3cf7ee98b8489fd2ff58374e3882a666f81d629f.tar.xz |
drivers/perf: arm_pmu: move irq request/free into probe
Currently we request (and potentially free) all IRQs for a given PMU in
cpu_pmu_init(). This works for platform/DT probing today, but it doesn't
fit ACPI well as we don't have all our affinity data up-front.
In preparation for ACPI support, fold the IRQ request/free into
arm_pmu_device_probe(), which will remain specific to platform/DT
probing.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Jeremy Linton <jeremy.linton@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'include/linux/perf')
0 files changed, 0 insertions, 0 deletions