commit | e007566d138167f325a4f382bdb93e5d6552f86c | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Mar 24 13:20:15 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Mar 24 17:01:50 2007 +0000 |
tree | e7f3c562474509f319820731e9868903b4221491 | |
parent | ce486cd810a42572a91cada0be2538e433715449 [diff] [blame] |
[MIPS] R3000: local_flush_data_cache_page take a pointer argument. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/c-r3k.c b/arch/mips/mm/c-r3k.c index d1af42c..59868a1 100644 --- a/arch/mips/mm/c-r3k.c +++ b/arch/mips/mm/c-r3k.c
@@ -260,7 +260,7 @@ { } -static void local_r3k_flush_data_cache_page(unsigned long addr) +static void local_r3k_flush_data_cache_page(void *addr) { }