diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-08-03 06:55:31 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2012-01-20 18:55:12 -0500 |
commit | 50edbf78f566bcb7749c558129a849c63ae15838 (patch) | |
tree | 26d2d3aacfc8040763d97deb2473946011cbd2c4 /arch/arm/mach-h720x/include | |
parent | 8925b0f88ec3f6c65418bf5f430a16a827f4c77b (diff) |
ARM: mach-h720x: move special idle code out of line
... and hook it to arm_pm_idle.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/mach-h720x/include')
-rw-r--r-- | arch/arm/mach-h720x/include/mach/system.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-h720x/include/mach/system.h b/arch/arm/mach-h720x/include/mach/system.h index 16ac46e239aa..008ed164b253 100644 --- a/arch/arm/mach-h720x/include/mach/system.h +++ b/arch/arm/mach-h720x/include/mach/system.h | |||
@@ -16,12 +16,7 @@ | |||
16 | 16 | ||
17 | static void arch_idle(void) | 17 | static void arch_idle(void) |
18 | { | 18 | { |
19 | CPU_REG (PMU_BASE, PMU_MODE) = PMU_MODE_IDLE; | 19 | cpu_do_idle(); |
20 | nop(); | ||
21 | nop(); | ||
22 | CPU_REG (PMU_BASE, PMU_MODE) = PMU_MODE_RUN; | ||
23 | nop(); | ||
24 | nop(); | ||
25 | } | 20 | } |
26 | 21 | ||
27 | #endif | 22 | #endif |