Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163582
b: refs/heads/master
c: c8c2df9
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 15, 2009
1 parent 266f420 commit 88ee511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: bb7001b50123fcb05f331b22092243f92e9bcec9
refs/heads/master: c8c2df9055074197ba12902c6d7e840667fb56d6
3 changes: 2 additions & 1 deletion trunk/arch/sh/mm/cache-sh7705.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ static void __flush_dcache_page(unsigned long phys)
* Write back & invalidate the D-cache of the page.
* (To avoid "alias" issues)
*/
static void sh7705_flush_dcache_page(void *page)
static void sh7705_flush_dcache_page(void *arg)
{
struct page *page = arg;
struct address_space *mapping = page_mapping(page);

if (mapping && !mapping_mapped(mapping))
Expand Down

0 comments on commit 88ee511

Please sign in to comment.