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>
This commit is contained in:
Nicolas Pitre 2011-08-03 12:21:16 -04:00 committed by Nicolas Pitre
parent a5ad6fbadd
commit 8bab421b0a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
static void arch_idle(void)
{
/* nothing here yet */
cpu_do_idle();
}
#endif /* __ASM_ARCH_IRQ_H */