Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc524c5a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cpuidle: lpm-levels: Correctly init 32bit ops for SMP systems"

parents badf0683 01dcec63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1748,7 +1748,7 @@ static int __init lpm_levels_module_init(void)
	int cpu;

	for_each_possible_cpu(cpu) {
		rc = arm_cpuidle_init(smp_processor_id());
		rc = arm_cpuidle_init(cpu);
		if (rc) {
			pr_err("CPU%d ARM CPUidle init failed (%d)\n", cpu, rc);
			return rc;