]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit246dea142e0bf7d4e3578238f3969afb2d615faa
treebf198537d7cd75175ed02b2752eaef6ca70af527
parent2e4b7bcee859fbcbf4b42dbac16816a01afc003b
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