commit | 41e7daf27a321848adcfcea9764ac8665133f3ea | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Wed Sep 28 17:16:06 2011 +0800 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Tue Oct 04 10:55:06 2011 +0200 |
tree | 9bc9f65b5a0b1a5b1e13ec31e2c919ca307eb559 | |
parent | ddd5f51bf661f49fb5f2be371ff1cf9cfe5fa98b [diff] |
arm/imx: remove cpu_is_xxx() from arch_idle() This patch adds an idle hook imx_idle to be called in arch_idle(). Any soc that needs a customized idle implementation other than cpu_do_idle() can set up this hook in soc specific call. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>