Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e007566d authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] R3000: local_flush_data_cache_page take a pointer argument.

parent ce486cd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{
}