git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85920f3
)
ARM: imx: do not return from imx_cpu_die() call
author
Shawn Guo
<shawn.guo@linaro.org>
Wed, 9 Oct 2013 07:29:14 +0000
(15:29 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 21 Oct 2013 01:37:31 +0000
(09:37 +0800)
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 <shawn.guo@linaro.org>
No differences found