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: https://git.karo-electronics.de/?a=commitdiff_plain;h=8bab421b0a97c4ae41d1b41c9ad10b7841c2130f;p=mv-sheeva.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 353ed4389ae..81febed4a08 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 */