Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172391
b: refs/heads/master
c: 6060e8d
h: refs/heads/master
i:
  172389: 2bcbc37
  172387: f4c98cd
  172383: 698488a
v: v3
  • Loading branch information
Russell King committed Dec 4, 2009
1 parent 6324346 commit 74aaa3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: ea201dbb78651c71c56e440b8b3132906bc7456d
refs/heads/master: 6060e8df517847bf445ebc61de7d4d9c7faae990
3 changes: 1 addition & 2 deletions trunk/arch/arm/mm/flush.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ void flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned
:
: "r" (0)
: "cc");
__flush_icache_all();
}

if (vma->vm_flags & VM_EXEC && icache_is_vivt_asid_tagged())
if (vma->vm_flags & VM_EXEC)
__flush_icache_all();
}

Expand Down

0 comments on commit 74aaa3a

Please sign in to comment.