diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-12-16 23:13:28 -0500 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2012-01-20 18:55:07 -0500 |
commit | 20a7b2c15171522d7c5005ff6d4aa1a0e8581e79 (patch) | |
tree | 9d2fb881ff249635ed4c11adc41acce7365da88d /arch/arm/mach-s5pc100/include | |
parent | 460863ac23097dde81f101231595518821344a9a (diff) | |
download | op-kernel-dev-20a7b2c15171522d7c5005ff6d4aa1a0e8581e79.zip op-kernel-dev-20a7b2c15171522d7c5005ff6d4aa1a0e8581e79.tar.gz |
ARM: mach-s5pc100: use standard arch_idle()
This is equivalent and more similar to existing architectures.
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Diffstat (limited to 'arch/arm/mach-s5pc100/include')
-rw-r--r-- | arch/arm/mach-s5pc100/include/mach/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pc100/include/mach/system.h b/arch/arm/mach-s5pc100/include/mach/system.h index afc96c2..a09cff9 100644 --- a/arch/arm/mach-s5pc100/include/mach/system.h +++ b/arch/arm/mach-s5pc100/include/mach/system.h @@ -13,7 +13,7 @@ static void arch_idle(void) { - /* nothing here yet */ + cpu_do_idle(); } #endif /* __ASM_ARCH_IRQ_H */ |