summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shark/include/mach
diff options
context:
space:
mode:
authorNicolas Pitre2011-08-03 18:00:02 +0200
committerNicolas Pitre2012-01-21 00:55:17 +0100
commite5ddf4e352443ba010fd084c9e9271f9d0d10ae5 (patch)
treec4a1851169185606497107ac126df7ed6516f69d /arch/arm/mach-shark/include/mach
parentARM: mach-ixp4xx: properly disable CPU idle call (diff)
downloadkernel-qcow2-linux-e5ddf4e352443ba010fd084c9e9271f9d0d10ae5.tar.gz
kernel-qcow2-linux-e5ddf4e352443ba010fd084c9e9271f9d0d10ae5.tar.xz
kernel-qcow2-linux-e5ddf4e352443ba010fd084c9e9271f9d0d10ae5.zip
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/mach')
-rw-r--r--arch/arm/mach-shark/include/mach/system.h1
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 1b2f2c5050a8..1ec8d6c383d3 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