Commit d1809d0e authored by Shaokun Zhang's avatar Shaokun Zhang Committed by Will Deacon

drivers/perf: arm_pmu_acpi: drop redundant acpi_disabled check

acpi_disabled has been checked in armv8_pmu_driver_init and it shall
be ZERO in arm_pmu_acpi_probe, clean up this unnecessary check.
Signed-off-by: default avatarShaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent ccaac162
...@@ -193,9 +193,6 @@ int arm_pmu_acpi_probe(armpmu_init_fn init_fn) ...@@ -193,9 +193,6 @@ int arm_pmu_acpi_probe(armpmu_init_fn init_fn)
int pmu_idx = 0; int pmu_idx = 0;
int cpu, ret; int cpu, ret;
if (acpi_disabled)
return 0;
/* /*
* Initialise and register the set of PMUs which we know about right * Initialise and register the set of PMUs which we know about right
* now. Ideally we'd do this in arm_pmu_acpi_cpu_starting() so that we * now. Ideally we'd do this in arm_pmu_acpi_cpu_starting() so that we
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment