summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-08-03 16:21:16 (GMT)
committerNicolas Pitre <nico@fluxnic.net>2012-01-20 23:55:18 (GMT)
commit8bab421b0a97c4ae41d1b41c9ad10b7841c2130f (patch)
treebd4453912ca2537268f244f9fabe1e3c3ece4899 /arch
parenta5ad6fbaddf8ada0c52935845a117c483ca0c6d6 (diff)
downloadlinux-fsl-qoriq-8bab421b0a97c4ae41d1b41c9ad10b7841c2130f.tar.xz
ARM: mach-s3c64xx: use standard arch_idle() implementation
Signed-off-by: nicolas Pitre <nicolas.pitre@linaro.org> Tested-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c64xx/include/mach/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/system.h b/arch/arm/mach-s3c64xx/include/mach/system.h
index 353ed43..81febed 100644
--- a/arch/arm/mach-s3c64xx/include/mach/system.h
+++ b/arch/arm/mach-s3c64xx/include/mach/system.h
@@ -13,7 +13,7 @@
static void arch_idle(void)
{
- /* nothing here yet */
+ cpu_do_idle();
}
#endif /* __ASM_ARCH_IRQ_H */