Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163455
b: refs/heads/master
c: e76a013
h: refs/heads/master
i:
  163453: e2df05a
  163451: cad10d1
  163447: 986c740
  163439: a6adf83
  163423: 5f2c9df
  163391: 5d93696
  163327: 40cb034
v: v3
  • Loading branch information
Paul Mundt committed Aug 27, 2009
1 parent 6957ec2 commit a7b4e46
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: 64a6d72213dd810dd55bd0a503c36150af41c3c3
refs/heads/master: e76a0136a3cf1859fbc07f122e42293d22229558
3 changes: 2 additions & 1 deletion trunk/arch/sh/mm/cache-sh4.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ static inline void flush_cache_4096(unsigned long start,
* Write back & invalidate the D-cache of the page.
* (To avoid "alias" issues)
*/
static void sh4_flush_dcache_page(void *page)
static void sh4_flush_dcache_page(void *arg)
{
struct page *page = arg;
#ifndef CONFIG_SMP
struct address_space *mapping = page_mapping(page);

Expand Down

0 comments on commit a7b4e46

Please sign in to comment.