diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-05-03 05:53:21 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-05-03 05:53:21 -0400 |
commit | bc75159f2e436b732980475325ae6797da774f03 (patch) | |
tree | 53fae54a5de24beb842b12d5842cf1bd97134ca8 /arch/arm/mach-s3c2412/pm.c | |
parent | b4348f32dae3cb6eb4bc21c7ed8f76c0b11e9d6a (diff) | |
parent | dc8fc7edef5fe799a1c38c916d2c64b1d0fcf81a (diff) |
Merge branch 'v2630-rc3-fixes' of git://aeryn.fluff.org.uk/bjdooks/linux
Diffstat (limited to 'arch/arm/mach-s3c2412/pm.c')
-rw-r--r-- | arch/arm/mach-s3c2412/pm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2412/pm.c b/arch/arm/mach-s3c2412/pm.c index c9cfe40e21f6..a7417c479ffe 100644 --- a/arch/arm/mach-s3c2412/pm.c +++ b/arch/arm/mach-s3c2412/pm.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/io.h> | 21 | #include <linux/io.h> |
22 | 22 | ||
23 | #include <mach/hardware.h> | 23 | #include <mach/hardware.h> |
24 | #include <asm/cacheflush.h> | ||
24 | #include <asm/irq.h> | 25 | #include <asm/irq.h> |
25 | 26 | ||
26 | #include <mach/regs-power.h> | 27 | #include <mach/regs-power.h> |
@@ -39,6 +40,8 @@ static void s3c2412_cpu_suspend(void) | |||
39 | { | 40 | { |
40 | unsigned long tmp; | 41 | unsigned long tmp; |
41 | 42 | ||
43 | flush_cache_all(); | ||
44 | |||
42 | /* set our standby method to sleep */ | 45 | /* set our standby method to sleep */ |
43 | 46 | ||
44 | tmp = __raw_readl(S3C2412_PWRCFG); | 47 | tmp = __raw_readl(S3C2412_PWRCFG); |