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

Commit 4af7e642 authored by Murali Nalajala's avatar Murali Nalajala
Browse files

msm: pm: Remove redundant cpu_init API



cpu_init() API setup the per-CPU stacks after cores
comes out of the low power modes. This API is not
needed after the PM driver start using the standard
ARM suspend/resume framework.

Change-Id: Ic384165e4fbc289c8338c66ebac1bb0d2bfadf8b
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent 98011a79
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);