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

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

Merge "msm: pm: Remove redundant cpu_init API"

parents 7d93e946 4af7e642
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -293,10 +293,8 @@ static bool __ref msm_pm_spm_power_collapse(
	}
	msm_jtag_restore_state();

	if (collapsed) {
		cpu_init();
	if (collapsed)
		local_fiq_enable();
	}

	msm_pm_boot_config_after_pc(cpu);