diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/sleep.S')
-rw-r--r-- | arch/arm/mach-s3c2410/sleep.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/sleep.S b/arch/arm/mach-s3c2410/sleep.S index 73de2eaca22a..5f6761ed96b2 100644 --- a/arch/arm/mach-s3c2410/sleep.S +++ b/arch/arm/mach-s3c2410/sleep.S | |||
@@ -66,7 +66,9 @@ ENTRY(s3c2410_cpu_suspend) | |||
66 | @@ flush the caches to ensure everything is back out to | 66 | @@ flush the caches to ensure everything is back out to |
67 | @@ SDRAM before the core powers down | 67 | @@ SDRAM before the core powers down |
68 | 68 | ||
69 | #ifndef CONFIG_CPU_DCACHE_WRITETHROUGH | ||
69 | bl arm920_flush_kern_cache_all | 70 | bl arm920_flush_kern_cache_all |
71 | #endif | ||
70 | 72 | ||
71 | @@ prepare cpu to sleep | 73 | @@ prepare cpu to sleep |
72 | 74 | ||