Browse Source

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>
Nicolas Pitre 14 years ago
parent
commit
8bab421b0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-s3c64xx/include/mach/system.h

+ 1 - 1
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 */