From 5b16f800eb1304a0c5ffca9582da0996bc596b9d Mon Sep 17 00:00:00 2001 From: Abhilash Kesavan Date: Thu, 22 Nov 2012 14:46:40 +0900 Subject: [PATCH] --- yaml --- r: 342445 b: refs/heads/master c: 573e5bbe653d01dc0f27e2d97754db9246b501c8 h: refs/heads/master i: 342443: 02208f65a0095e603a8b0365369fca8a134ee1dc v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-exynos/pm.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index efbbce33ffac..05665124cf5d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a633208f2e97c7af9fa9e322fef249641f1f0c53 +refs/heads/master: 573e5bbe653d01dc0f27e2d97754db9246b501c8 diff --git a/trunk/arch/arm/mach-exynos/pm.c b/trunk/arch/arm/mach-exynos/pm.c index 8dedeb237924..8df6ec547f78 100644 --- a/trunk/arch/arm/mach-exynos/pm.c +++ b/trunk/arch/arm/mach-exynos/pm.c @@ -81,6 +81,9 @@ static int exynos_cpu_suspend(unsigned long arg) outer_flush_all(); #endif + if (soc_is_exynos5250()) + flush_cache_all(); + /* issue the standby signal into the pm unit. */ cpu_do_idle();