aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include/asm/tlbflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/include/asm/tlbflush.h')
-rw-r--r--arch/openrisc/include/asm/tlbflush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/include/asm/tlbflush.h b/arch/openrisc/include/asm/tlbflush.h
index 185dcd3731ed..dbf030365ab4 100644
--- a/arch/openrisc/include/asm/tlbflush.h
+++ b/arch/openrisc/include/asm/tlbflush.h
@@ -25,7 +25,7 @@
* - flush_tlb_all() flushes all processes TLBs
* - flush_tlb_mm(mm) flushes the specified mm context TLB's
* - flush_tlb_page(vma, vmaddr) flushes one page
- * - flush_tlb_range(mm, start, end) flushes a range of pages
+ * - flush_tlb_range(vma, start, end) flushes a range of pages
*/
extern void local_flush_tlb_all(void);
extern void local_flush_tlb_mm(struct mm_struct *mm);