diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2012-01-05 02:24:25 +0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2012-01-21 03:55:08 +0400 |
commit | 1ab4ef9112e7ca5c5d9a1770dff69b9ca21867ec (patch) | |
tree | 94c109b3b34a6825a2981d902de2d65ed233dbca /arch/arm/mach-s5p64x0/include/mach | |
parent | 20a7b2c15171522d7c5005ff6d4aa1a0e8581e79 (diff) | |
download | linux-1ab4ef9112e7ca5c5d9a1770dff69b9ca21867ec.tar.xz |
ARM: mach-s5p64x0: move idle handler from pm_idle to arm_pm_idle
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Diffstat (limited to 'arch/arm/mach-s5p64x0/include/mach')
-rw-r--r-- | arch/arm/mach-s5p64x0/include/mach/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p64x0/include/mach/system.h b/arch/arm/mach-s5p64x0/include/mach/system.h index cf26e0954a2f..57723105ea91 100644 --- a/arch/arm/mach-s5p64x0/include/mach/system.h +++ b/arch/arm/mach-s5p64x0/include/mach/system.h @@ -15,7 +15,7 @@ static void arch_idle(void) { - /* nothing here yet */ + cpu_do_idle(); } #endif /* __ASM_ARCH_SYSTEM_H */ |