[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:
Ralf Baechle 2007-03-24 13:20:15 +00:00
parent ce486cd810
commit e007566d13
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
}