arm_pmu: acpi: check for mismatched PPIs
authorMark Rutland <mark.rutland@arm.com>
Mon, 5 Feb 2018 16:41:59 +0000 (16:41 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 20 Feb 2018 11:34:54 +0000 (11:34 +0000)
commit43fc9a2febbd96dd39588d67ace456b7bbc73d9f
treebf198537d7cd75175ed02b2752eaef6ca70af527
parent0dc1a1851af1d593eee248b94c1277c7c7ccbbce
arm_pmu: acpi: check for mismatched PPIs

The arm_pmu platform code explicitly checks for mismatched PPIs at probe
time, while the ACPI code leaves this to the core code. Future
refactoring will make this difficult for the core code to check, so
let's have the ACPI code check this explicitly.

As before, upon a failure we'll continue on without an interrupt. Ho
hum.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/perf/arm_pmu.c
drivers/perf/arm_pmu_acpi.c
drivers/perf/arm_pmu_platform.c