aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91/pm.c')
-rw-r--r--arch/arm/mach-at91/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c
index 87be5aa18753..d7e8d4cbc5ef 100644
--- a/arch/arm/mach-at91/pm.c
+++ b/arch/arm/mach-at91/pm.c
@@ -262,7 +262,7 @@ static int at91_pm_enter(suspend_state_t state)
262 : /* no input */ 262 : /* no input */
263 : "r0"); 263 : "r0");
264 saved_lpr = sdram_selfrefresh_enable(); 264 saved_lpr = sdram_selfrefresh_enable();
265 wait_for_interrupt_enable(); 265 cpu_do_idle();
266 sdram_selfrefresh_disable(saved_lpr); 266 sdram_selfrefresh_disable(saved_lpr);
267 break; 267 break;
268 268