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:
9c302ec
)
ARM: add cpu_idle_wait() to support CPUidle on SMP systems.
author
Kevin Hilman
<khilman@deeprootsystems.com>
Fri, 15 Oct 2010 19:46:19 +0000
(12:46 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 15 Oct 2010 19:46:29 +0000
(12:46 -0700)
In order for CPUidle to work on SMP systems, an implementation of
cpu_idle_wait() is needed.
This patch duplicates the x86 implementation of cpu_idle_wait() for
ARM.
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
No differences found