Skip to content

Commit

Permalink
[MIPS] R3000: local_flush_data_cache_page take a pointer argument.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Mar 24, 2007
1 parent ce486cd commit e007566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/mm/c-r3k.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}

Expand Down

0 comments on commit e007566

Please sign in to comment.