diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-24 13:20:15 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-24 17:01:50 +0000 |
commit | e007566d138167f325a4f382bdb93e5d6552f86c (patch) | |
tree | e7f3c562474509f319820731e9868903b4221491 /arch/mips/mm | |
parent | ce486cd810a42572a91cada0be2538e433715449 (diff) | |
download | op-kernel-dev-e007566d138167f325a4f382bdb93e5d6552f86c.zip op-kernel-dev-e007566d138167f325a4f382bdb93e5d6552f86c.tar.gz |
[MIPS] R3000: local_flush_data_cache_page take a pointer argument.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/c-r3k.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 r3k_flush_cache_page(struct vm_area_struct *vma, unsigned long page, { } -static void local_r3k_flush_data_cache_page(unsigned long addr) +static void local_r3k_flush_data_cache_page(void *addr) { } |