Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27710
b: refs/heads/master
c: 4833acb
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Jun 18, 2006
1 parent f5c4e97 commit d73aa63
Show file tree
Hide file tree
Showing 3 changed files with 7 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: e2e5810f41646a400a9c6f941000db88d2ca10eb
refs/heads/master: 4833acb2e19f669ce87c439a7d91ead600d8a7c9
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-s3c2410/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ unsigned long s3c_pm_flags;

/* cache functions from arch/arm/mm/proc-arm920.S */

#ifndef CONFIG_CPU_DCACHE_WRITETHROUGH
extern void arm920_flush_kern_cache_all(void);
#else
static void arm920_flush_kern_cache_all(void) { }
#endif

#define PFX "s3c24xx-pm: "

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-s3c2410/sleep.S
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ ENTRY(s3c2410_cpu_suspend)
@@ flush the caches to ensure everything is back out to
@@ SDRAM before the core powers down

#ifndef CONFIG_CPU_DCACHE_WRITETHROUGH
bl arm920_flush_kern_cache_all
#endif

@@ prepare cpu to sleep

Expand Down

0 comments on commit d73aa63

Please sign in to comment.