diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-08-03 12:21:16 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2012-01-20 18:55:18 -0500 |
commit | 8bab421b0a97c4ae41d1b41c9ad10b7841c2130f (patch) | |
tree | bd4453912ca2537268f244f9fabe1e3c3ece4899 /arch/arm/mach-s3c64xx | |
parent | a5ad6fbaddf8ada0c52935845a117c483ca0c6d6 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/include/mach/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/system.h b/arch/arm/mach-s3c64xx/include/mach/system.h index 353ed4389ae7..81febed4a081 100644 --- a/arch/arm/mach-s3c64xx/include/mach/system.h +++ b/arch/arm/mach-s3c64xx/include/mach/system.h | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | static void arch_idle(void) | 14 | static void arch_idle(void) |
15 | { | 15 | { |
16 | /* nothing here yet */ | 16 | cpu_do_idle(); |
17 | } | 17 | } |
18 | 18 | ||
19 | #endif /* __ASM_ARCH_IRQ_H */ | 19 | #endif /* __ASM_ARCH_IRQ_H */ |