Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144661
b: refs/heads/master
c: dc8fc7e
h: refs/heads/master
i:
  144659: ce65e16
v: v3
  • Loading branch information
Ben Dooks committed May 1, 2009
1 parent a46905f commit 7026a95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 090f848da000083bf6c1a052222396970e53b4d7
refs/heads/master: dc8fc7edef5fe799a1c38c916d2c64b1d0fcf81a
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-s3c2412/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/io.h>

#include <mach/hardware.h>
#include <asm/cacheflush.h>
#include <asm/irq.h>

#include <mach/regs-power.h>
Expand All @@ -39,6 +40,8 @@ static void s3c2412_cpu_suspend(void)
{
unsigned long tmp;

flush_cache_all();

/* set our standby method to sleep */

tmp = __raw_readl(S3C2412_PWRCFG);
Expand Down

0 comments on commit 7026a95

Please sign in to comment.