Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172387
b: refs/heads/master
c: f91fb05
h: refs/heads/master
i:
  172385: 113b7b1
  172383: 698488a
v: v3
  • Loading branch information
Russell King committed Dec 4, 2009
1 parent 06cfab8 commit f4c98cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 2df341edf6b8a2db7f414d00faeadccbdd9844ab
refs/heads/master: f91fb05d826a43063fa0aa2ec30c23d3993a208d
4 changes: 1 addition & 3 deletions trunk/arch/arm/mm/flush.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,9 @@ void __flush_dcache_page(struct address_space *mapping, struct page *page)
* we only need to do one flush - which would be at the relevant
* userspace colour, which is congruent with page->index.
*/
if (mapping && cache_is_vipt_aliasing()) {
if (mapping && cache_is_vipt_aliasing())
flush_pfn_alias(page_to_pfn(page),
page->index << PAGE_CACHE_SHIFT);
__flush_icache_all();
}
}

static void __flush_dcache_aliases(struct address_space *mapping, struct page *page)
Expand Down

0 comments on commit f4c98cd

Please sign in to comment.