aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/include/mach
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-12-16 23:13:28 -0500
committerNicolas Pitre <nico@fluxnic.net>2012-01-20 18:55:07 -0500
commit460863ac23097dde81f101231595518821344a9a (patch)
treeb8f42df7c1e9b445c951c9cc808269fce12a62f3 /arch/arm/mach-s5pv210/include/mach
parentARM: OMAP: convert idle handlers from pm_idle to arm_pm_idle (diff)
downloadlinux-dev-460863ac23097dde81f101231595518821344a9a.tar.xz
linux-dev-460863ac23097dde81f101231595518821344a9a.zip
ARM: mach-s5pv210: 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-s5pv210/include/mach')
-rw-r--r--arch/arm/mach-s5pv210/include/mach/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/system.h b/arch/arm/mach-s5pv210/include/mach/system.h
index bf288ced860a..50248f281e27 100644
--- a/arch/arm/mach-s5pv210/include/mach/system.h
+++ b/arch/arm/mach-s5pv210/include/mach/system.h
@@ -15,7 +15,7 @@
static void arch_idle(void)
{
- /* nothing here yet */
+ cpu_do_idle();
}
#endif /* __ASM_ARCH_SYSTEM_H */