diff options
| -rw-r--r-- | arch/arm/mach-exynos/pm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/pm.c b/arch/arm/mach-exynos/pm.c index 8dedeb237924..8df6ec547f78 100644 --- a/arch/arm/mach-exynos/pm.c +++ b/arch/arm/mach-exynos/pm.c | |||
| @@ -81,6 +81,9 @@ static int exynos_cpu_suspend(unsigned long arg) | |||
| 81 | outer_flush_all(); | 81 | outer_flush_all(); |
| 82 | #endif | 82 | #endif |
| 83 | 83 | ||
| 84 | if (soc_is_exynos5250()) | ||
| 85 | flush_cache_all(); | ||
| 86 | |||
| 84 | /* issue the standby signal into the pm unit. */ | 87 | /* issue the standby signal into the pm unit. */ |
| 85 | cpu_do_idle(); | 88 | cpu_do_idle(); |
| 86 | 89 | ||
