Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198539
b: refs/heads/master
c: a901ff7
h: refs/heads/master
i:
  198537: 3a558ec
  198535: 8913df4
v: v3
  • Loading branch information
Santosh Shilimkar authored and Russell King committed May 20, 2010
1 parent 0a1f419 commit db8cb21
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e1695307e6b85477afd2421d3b4891ca5bea8300
refs/heads/master: a901ff715d53c109821cbbd9d7ea1f2a311646a9
4 changes: 4 additions & 0 deletions trunk/arch/arm/mm/cache-v7.S
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ ENTRY(v7_flush_kern_cache_all)
THUMB( stmfd sp!, {r4-r7, r9-r11, lr} )
bl v7_flush_dcache_all
mov r0, #0
#ifdef CONFIG_SMP
mcr p15, 0, r0, c7, c1, 0 @ invalidate I-cache inner shareable
#else
mcr p15, 0, r0, c7, c5, 0 @ I+BTB cache invalidate
#endif
ARM( ldmfd sp!, {r4-r5, r7, r9-r11, lr} )
THUMB( ldmfd sp!, {r4-r7, r9-r11, lr} )
mov pc, lr
Expand Down

0 comments on commit db8cb21

Please sign in to comment.