diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-08-03 12:29:42 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2012-01-21 00:55:12 +0100 |
commit | 8925b0f88ec3f6c65418bf5f430a16a827f4c77b (patch) | |
tree | 0d096288b5311dc228a13e7c288b78bb865229db /arch/arm/mach-gemini/irq.c | |
parent | ARM: mach-ebsa110: move special idle code out of line (diff) | |
download | linux-8925b0f88ec3f6c65418bf5f430a16a827f4c77b.tar.xz linux-8925b0f88ec3f6c65418bf5f430a16a827f4c77b.zip |
ARM: mach-gemini: move special idle code out of line
... and hook it to arm_pm_idle.
Signed-off-by: nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/mach-gemini/irq.c')
-rw-r--r-- | arch/arm/mach-gemini/irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-gemini/irq.c b/arch/arm/mach-gemini/irq.c index 9485a8fdf851..ca70e5fcc7ac 100644 --- a/arch/arm/mach-gemini/irq.c +++ b/arch/arm/mach-gemini/irq.c @@ -73,8 +73,8 @@ void __init gemini_init_irq(void) unsigned int i, mode = 0, level = 0; /* - * Disable arch_idle() by default since it is buggy - * For more info see arch/arm/mach-gemini/include/mach/system.h + * Disable the idle handler by default since it is buggy + * For more info see arch/arm/mach-gemini/idle.c */ disable_hlt(); |