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

Commit 62b25a4c authored by Srinivas Ramana's avatar Srinivas Ramana
Browse files

msm: platsmp: 8939: Add cpu_disable call back to smp operations



Fix the change done earlier to add cpu_disable call back,
by moving the call back to right place.
earlier commit#: b96d293b

Change-Id: Ifbf16931c3c55ccd7ae64c9895680821b8b097ec
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent bdbb378b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -460,6 +460,7 @@ struct smp_operations msm8936_smp_ops __initdata = {
#ifdef CONFIG_HOTPLUG
	.cpu_die = msm_cpu_die,
	.cpu_kill = msm_cpu_kill,
	.cpu_disable = msm_cpu_disable,
#endif
};

@@ -482,7 +483,6 @@ struct smp_operations msm8960_smp_ops __initdata = {
#ifdef CONFIG_HOTPLUG
	.cpu_die = msm_cpu_die,
	.cpu_kill = msm_cpu_kill,
	.cpu_disable = msm_cpu_disable,
#endif
};