From: Nicolas Pitre Date: Wed, 3 Aug 2011 16:21:16 +0000 (-0400) Subject: ARM: mach-s3c64xx: use standard arch_idle() implementation X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8bab421b0a97c4ae41d1b41c9ad10b7841c2130f;p=openwrt%2Fstaging%2Fblogic.git ARM: mach-s3c64xx: use standard arch_idle() implementation Signed-off-by: nicolas Pitre Tested-by: Mark Brown --- 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 */