Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249960
b: refs/heads/master
c: 8373dc3
h: refs/heads/master
v: v3
  • Loading branch information
saeed bishara authored and Russell King committed May 16, 2011
1 parent 213fddb commit 09d439c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 60ba5369135e05f040ea1f6b8130c7b082ed53c8
refs/heads/master: 8373dc38ca8d4918210710807256a313cd111f0b
4 changes: 2 additions & 2 deletions trunk/arch/arm/mm/flush.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ void __sync_icache_dcache(pte_t pteval)

if (!test_and_set_bit(PG_dcache_clean, &page->flags))
__flush_dcache_page(mapping, page);
/* pte_exec() already checked above for non-aliasing VIPT cache */
if (cache_is_vipt_nonaliasing() || pte_exec(pteval))

if (pte_exec(pteval))
__flush_icache_all();
}
#endif
Expand Down

0 comments on commit 09d439c

Please sign in to comment.