Skip to content

Commit

Permalink
ARM: mach-s3c64xx: use standard arch_idle() implementation
Browse files Browse the repository at this point in the history
Signed-off-by: nicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Jan 20, 2012
1 parent a5ad6fb commit 8bab421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c64xx/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

static void arch_idle(void)
{
/* nothing here yet */
cpu_do_idle();
}

#endif /* __ASM_ARCH_IRQ_H */

0 comments on commit 8bab421

Please sign in to comment.