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

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

Merge "lpm-levels: Remove hotplug serialization before cluster initialization"

parents 88bbf512 25740ee6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -953,6 +953,12 @@ enum msm_pm_l2_scm_flag lpm_cpu_pre_pc_cb(unsigned int cpu)
	struct lpm_cluster *cluster = per_cpu(cpu_cluster, cpu);
	enum msm_pm_l2_scm_flag retflag = MSM_SCM_L2_ON;

	/*
	 * No need to acquire the lock if probe isn't completed yet
	 */
	if (!cluster)
		return retflag;

	/*
	 * Assumes L2 only. What/How parameters gets passed into TZ will
	 * determine how this function reports this info back in msm-pm.c