diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2412/pm.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-s3c6400/include/mach/map.h | 2 |
2 files changed, 5 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); |
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h index baf1c0f1ea5a..8199972ed5bd 100644 --- a/arch/arm/mach-s3c6400/include/mach/map.h +++ b/arch/arm/mach-s3c6400/include/mach/map.h | |||
@@ -40,6 +40,8 @@ | |||
40 | 40 | ||
41 | #define S3C64XX_PA_FB (0x77100000) | 41 | #define S3C64XX_PA_FB (0x77100000) |
42 | #define S3C64XX_PA_SYSCON (0x7E00F000) | 42 | #define S3C64XX_PA_SYSCON (0x7E00F000) |
43 | #define S3C64XX_PA_IIS0 (0x7F002000) | ||
44 | #define S3C64XX_PA_IIS1 (0x7F003000) | ||
43 | #define S3C64XX_PA_TIMER (0x7F006000) | 45 | #define S3C64XX_PA_TIMER (0x7F006000) |
44 | #define S3C64XX_PA_IIC0 (0x7F004000) | 46 | #define S3C64XX_PA_IIC0 (0x7F004000) |
45 | #define S3C64XX_PA_IIC1 (0x7F00F000) | 47 | #define S3C64XX_PA_IIC1 (0x7F00F000) |