Commit e007566d authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] R3000: local_flush_data_cache_page take a pointer argument.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent ce486cd8
...@@ -260,7 +260,7 @@ static void r3k_flush_cache_page(struct vm_area_struct *vma, unsigned long page, ...@@ -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)
{ {
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment