summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/tlbflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/tlbflush.h')
-rw-r--r--arch/m68k/include/asm/tlbflush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/tlbflush.h b/arch/m68k/include/asm/tlbflush.h
index 5337bc2c262f..a6318ccd308f 100644
--- a/arch/m68k/include/asm/tlbflush.h
+++ b/arch/m68k/include/asm/tlbflush.h
@@ -263,7 +263,7 @@ static inline void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr
BUG();
}
-static inline void flush_tlb_range(struct mm_struct *mm,
+static inline void flush_tlb_range(struct vm_area_struct *vma,
unsigned long start, unsigned long end)
{
BUG();