Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258271
b: refs/heads/master
c: 54d4e9e
h: refs/heads/master
i:
  258269: 4463f83
  258267: e4160bb
  258263: dda7d6a
  258255: 330924b
  258239: 3a37963
v: v3
  • Loading branch information
Dave Martin committed Jul 7, 2011
1 parent ef590a6 commit 890c5ce
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: 9c373968d64526ca56637ac929f1e4b03e84616b
refs/heads/master: 54d4e9ebbc73baf451e52ef2754224ae6c887dbd
15 changes: 2 additions & 13 deletions trunk/arch/arm/mm/cache-v4.S
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,5 @@ ENDPROC(v4_dma_map_area)

__INITDATA

.type v4_cache_fns, #object
ENTRY(v4_cache_fns)
.long v4_flush_icache_all
.long v4_flush_kern_cache_all
.long v4_flush_user_cache_all
.long v4_flush_user_cache_range
.long v4_coherent_kern_range
.long v4_coherent_user_range
.long v4_flush_kern_dcache_area
.long v4_dma_map_area
.long v4_dma_unmap_area
.long v4_dma_flush_range
.size v4_cache_fns, . - v4_cache_fns
@ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
define_cache_functions v4

0 comments on commit 890c5ce

Please sign in to comment.