From: Shawn Guo Date: Wed, 9 Oct 2013 07:29:14 +0000 (+0800) Subject: ARM: imx: do not return from imx_cpu_die() call X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~51^2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd75f921dfa21a745869090c512ce4c6f2f0477;p=pandora-kernel.git ARM: imx: do not return from imx_cpu_die() call When imx_cpu_die() is being called, the cpu should never return from the call but just in WFI and wait for hardware to take it down. So let's do cpu_do_idle() repeatly in the call. Doing this help improve the relibility of hotplug operation. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed