diff options
-rw-r--r-- | arch/arm/mach-omap2/omap4-mpuss-lowpower.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap4-mpuss-lowpower.c b/arch/arm/mach-omap2/omap4-mpuss-lowpower.c index c7a9562..c4855d9 100644 --- a/arch/arm/mach-omap2/omap4-mpuss-lowpower.c +++ b/arch/arm/mach-omap2/omap4-mpuss-lowpower.c @@ -573,7 +573,9 @@ cpu_prepare: * Call low level function with targeted CPU id * and its low power state. */ + stop_critical_timings(); omap4_cpu_suspend(cpu, save_state); + start_critical_timings(); /* * Restore the CPUx power state to ON otherwise CPUx |