arm/imx: remove cpu_is_xxx() from arch_idle()
authorShawn Guo <shawn.guo@linaro.org>
Wed, 28 Sep 2011 09:16:06 +0000 (17:16 +0800)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 4 Oct 2011 08:55:06 +0000 (10:55 +0200)
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>

No differences found