[MIPS] R3000: local_flush_data_cache_page take a pointer argument.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
ce486cd810
commit
e007566d13
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue