Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258272
b: refs/heads/master
c: eec95e5
h: refs/heads/master
v: v3
  • Loading branch information
Dave Martin committed Jul 7, 2011
1 parent 890c5ce commit 2fcc050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 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: 54d4e9ebbc73baf451e52ef2754224ae6c887dbd
refs/heads/master: eec95e56e6b73cd64468401ce171e70c825b246a
15 changes: 2 additions & 13 deletions trunk/arch/arm/mm/cache-v4wb.S
Original file line number Diff line number Diff line change
Expand Up @@ -253,16 +253,5 @@ ENDPROC(v4wb_dma_unmap_area)

__INITDATA

.type v4wb_cache_fns, #object
ENTRY(v4wb_cache_fns)
.long v4wb_flush_icache_all
.long v4wb_flush_kern_cache_all
.long v4wb_flush_user_cache_all
.long v4wb_flush_user_cache_range
.long v4wb_coherent_kern_range
.long v4wb_coherent_user_range
.long v4wb_flush_kern_dcache_area
.long v4wb_dma_map_area
.long v4wb_dma_unmap_area
.long v4wb_dma_flush_range
.size v4wb_cache_fns, . - v4wb_cache_fns
@ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
define_cache_functions v4wb

0 comments on commit 2fcc050

Please sign in to comment.