Commit 8bab421b authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre

ARM: mach-s3c64xx: use standard arch_idle() implementation

Signed-off-by: default avatarnicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent a5ad6fba
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
static void arch_idle(void) static void arch_idle(void)
{ {
/* nothing here yet */ cpu_do_idle();
} }
#endif /* __ASM_ARCH_IRQ_H */ #endif /* __ASM_ARCH_IRQ_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment