diff options
Diffstat (limited to 'arch/arm/plat-s3c/pm.c')
-rw-r--r-- | arch/arm/plat-s3c/pm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c/pm.c b/arch/arm/plat-s3c/pm.c index e82ec628ced1..e320b0ff3852 100644 --- a/arch/arm/plat-s3c/pm.c +++ b/arch/arm/plat-s3c/pm.c | |||
@@ -280,8 +280,9 @@ static int s3c_pm_enter(suspend_state_t state) | |||
280 | * we resume as it saves its own register state, so use the return | 280 | * we resume as it saves its own register state, so use the return |
281 | * code to differentiate return from save and return from sleep */ | 281 | * code to differentiate return from save and return from sleep */ |
282 | 282 | ||
283 | if (s3c2410_cpu_save(regs_save) == 0) { | 283 | if (s3c_cpu_save(regs_save) == 0) { |
284 | flush_cache_all(); | 284 | flush_cache_all(); |
285 | S3C_PMDBG("preparing to sleep\n"); | ||
285 | pm_cpu_sleep(); | 286 | pm_cpu_sleep(); |
286 | } | 287 | } |
287 | 288 | ||