ARM: mach-msm: hook special idle handlers to arm_pm_idle

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: David Brown <davidb@codeaurora.org>
This commit is contained in:
Nicolas Pitre
2011-08-03 11:34:59 -04:00
committed by Nicolas Pitre
parent 4a3ea24405
commit 25eb433ab1
3 changed files with 53 additions and 37 deletions

View File

@@ -12,7 +12,10 @@
* GNU General Public License for more details.
*
*/
void arch_idle(void);
static inline void arch_idle(void)
{
cpu_do_idle();
}
/* low level hardware reset hook -- for example, hitting the
* PSHOLD line on the PMIC to hard reset the system