diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-08-03 16:00:02 (GMT) |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2012-01-20 23:55:17 (GMT) |
commit | e5ddf4e352443ba010fd084c9e9271f9d0d10ae5 (patch) | |
tree | c4a1851169185606497107ac126df7ed6516f69d /arch/arm/mach-shark/include | |
parent | 12d2b4e5f0c65eaa1d61e4e1bbfb2df41bc6cd9d (diff) | |
download | linux-e5ddf4e352443ba010fd084c9e9271f9d0d10ae5.tar.xz |
ARM: mach-shark: properly disable CPU idle call
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/mach-shark/include')
-rw-r--r-- | arch/arm/mach-shark/include/mach/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shark/include/mach/system.h b/arch/arm/mach-shark/include/mach/system.h index 1b2f2c5..1ec8d6c 100644 --- a/arch/arm/mach-shark/include/mach/system.h +++ b/arch/arm/mach-shark/include/mach/system.h @@ -8,6 +8,7 @@ static inline void arch_idle(void) { + cpu_do_idle(); } #endif |