diff options
Diffstat (limited to 'arch/mips/mm/rm7k.c')
-rw-r--r-- | arch/mips/mm/rm7k.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/mm/rm7k.c b/arch/mips/mm/rm7k.c index 85bb7e1c5..4b5a20325 100644 --- a/arch/mips/mm/rm7k.c +++ b/arch/mips/mm/rm7k.c @@ -181,7 +181,8 @@ static void rm7k_flush_icache_range(unsigned long start, unsigned long end) __flush_cache_all_d32i32(); } -static void rm7k_flush_icache_page(struct page *page, unsigned long addr) +static void rm7k_flush_icache_page(struct vm_area_struct *vma, + struct page *page, unsigned long addr) { /* * FIXME: We should not flush the entire cache but establish some |