Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263754
b: refs/heads/master
c: 897a6a1
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Sekhar Nori committed Sep 7, 2011
1 parent ff0ea6d commit 827f2fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c08748005d56084a205f5c5db5f211b07a97a9be
refs/heads/master: 897a6a1a14837d6d582bfd1fd7aba00be44b6469
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-davinci/sleep.S
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,11 @@ ddr2clk_stop_done:
ENDPROC(davinci_ddr_psc_config)

CACHE_FLUSH:
.word arm926_flush_kern_cache_all
#ifdef CONFIG_CPU_V6
.word v6_flush_kern_cache_all
#else
.word arm926_flush_kern_cache_all
#endif

ENTRY(davinci_cpu_suspend_sz)
.word . - davinci_cpu_suspend
Expand Down

0 comments on commit 827f2fe

Please sign in to comment.