diff options
author | Todd Poynor <toddpoynor@google.com> | 2011-09-08 13:35:35 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2011-09-11 11:46:47 -0700 |
commit | 48fa519f1042a601192863aa9571356e9dc4ad41 (patch) | |
tree | 4653f06a3fba6e56bed04e3cb4605c616a4cc914 /arch/arm/mach-omap2/omap4-mpuss-lowpower.c | |
parent | 0d30cb3928271930aabf0cb05fbdcfd902342c4d (diff) | |
download | kernel_samsung_tuna-48fa519f1042a601192863aa9571356e9dc4ad41.zip kernel_samsung_tuna-48fa519f1042a601192863aa9571356e9dc4ad41.tar.gz kernel_samsung_tuna-48fa519f1042a601192863aa9571356e9dc4ad41.tar.bz2 |
OMAP4: Don't count CPU suspend in IRQSOFF trace
Change-Id: I0d2e061f3be08e6bbf6a631febf8a24f923a001f
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap4-mpuss-lowpower.c')
-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 |