Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5255
b: refs/heads/master
c: bf85fa6
h: refs/heads/master
i:
  5253: 02425b9
  5251: 2f58451
  5247: d2e409c
v: v3
  • Loading branch information
Anton W�llert authored and Linus Torvalds committed Jul 27, 2005
1 parent 2dcdabd commit 0fb7da7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 59904159c316f7bc02d00ff7b0dc3f9d3afd07fd
refs/heads/master: bf85fa6c878aa3968df47d7f70a2b506c3e53b99
3 changes: 3 additions & 0 deletions trunk/arch/ppc/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@ void flush_dcache_icache_page(struct page *page)
#ifdef CONFIG_BOOKE
__flush_dcache_icache(kmap(page));
kunmap(page);
#elif CONFIG_8xx
/* On 8xx there is no need to kmap since highmem is not supported */
__flush_dcache_icache(page_address(page));
#else
__flush_dcache_icache_phys(page_to_pfn(page) << PAGE_SHIFT);
#endif
Expand Down

0 comments on commit 0fb7da7

Please sign in to comment.