From: Kevin Hilman Date: Tue, 28 Sep 2010 16:43:12 +0000 (-0700) Subject: ARM: add cpu_idle_wait() to support CPUidle on SMP systems. X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d9f7f654e68d1375c658eeb7bde317f1fea270;p=pandora-kernel.git ARM: add cpu_idle_wait() to support CPUidle on SMP systems. 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 --- Reading git-diff-tree failed