diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-12-16 23:13:28 -0500 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2012-01-20 18:55:08 -0500 |
commit | 8dd67188834314fd6a8426e17f56c7a103c57d9c (patch) | |
tree | 4f8e8cdb490cb5d6f1e13be44807ca9e2094ec90 /arch/arm/mach-exynos/include/mach/system.h | |
parent | 1ab4ef9112e7ca5c5d9a1770dff69b9ca21867ec (diff) | |
download | lwn-8dd67188834314fd6a8426e17f56c7a103c57d9c.tar.gz lwn-8dd67188834314fd6a8426e17f56c7a103c57d9c.zip |
ARM: mach-exynos: use standard arch_idle()
This is equivalent and more similar to existing architectures.
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/system.h')
-rw-r--r-- | arch/arm/mach-exynos/include/mach/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/include/mach/system.h b/arch/arm/mach-exynos/include/mach/system.h index 0063a6de3dc8..bbaa99c76405 100644 --- a/arch/arm/mach-exynos/include/mach/system.h +++ b/arch/arm/mach-exynos/include/mach/system.h @@ -15,6 +15,6 @@ static void arch_idle(void) { - /* nothing here yet */ + cpu_do_idle(); } #endif /* __ASM_ARCH_SYSTEM_H */ |