aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/tlb.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/tlb.h')
-rw-r--r--arch/um/include/tlb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/tlb.h b/arch/um/include/tlb.h
index bcd1a4afb842..46cf0057a1c5 100644
--- a/arch/um/include/tlb.h
+++ b/arch/um/include/tlb.h
@@ -33,7 +33,7 @@ struct host_vm_op {
33extern void force_flush_all(void); 33extern void force_flush_all(void);
34extern void fix_range_common(struct mm_struct *mm, unsigned long start_addr, 34extern void fix_range_common(struct mm_struct *mm, unsigned long start_addr,
35 unsigned long end_addr, int force, 35 unsigned long end_addr, int force,
36 int (*do_ops)(union mm_context *, 36 int (*do_ops)(struct mm_context *,
37 struct host_vm_op *, int, int, 37 struct host_vm_op *, int, int,
38 void **)); 38 void **));
39extern int flush_tlb_kernel_range_common(unsigned long start, 39extern int flush_tlb_kernel_range_common(unsigned long start,