diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-08-03 12:21:16 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2012-01-20 18:55:18 -0500 |
commit | 8bab421b0a97c4ae41d1b41c9ad10b7841c2130f (patch) | |
tree | bd4453912ca2537268f244f9fabe1e3c3ece4899 /arch/arm | |
parent | a5ad6fbaddf8ada0c52935845a117c483ca0c6d6 (diff) | |
download | blackbird-op-linux-8bab421b0a97c4ae41d1b41c9ad10b7841c2130f.tar.gz blackbird-op-linux-8bab421b0a97c4ae41d1b41c9ad10b7841c2130f.zip |
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/arm')
-rw-r--r-- | arch/arm/mach-s3c64xx/include/mach/system.h | 2 |
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 353ed4389ae7..81febed4a081 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 */ |