aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/tlbflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/tlbflush.h')
-rw-r--r--include/asm-ppc/tlbflush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/tlbflush.h b/include/asm-ppc/tlbflush.h
index 9850f53f54b04..9afee4ffc8350 100644
--- a/include/asm-ppc/tlbflush.h
+++ b/include/asm-ppc/tlbflush.h
@@ -72,7 +72,7 @@ static inline void flush_tlb_page(struct vm_area_struct *vma,
static inline void flush_tlb_page_nohash(struct vm_area_struct *vma,
unsigned long vmaddr)
{ _tlbie(vmaddr); }
-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)
{ __tlbia(); }
static inline void flush_tlb_kernel_range(unsigned long start,