aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/asm/tlbflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/asm/tlbflush.h')
-rw-r--r--arch/um/include/asm/tlbflush.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/include/asm/tlbflush.h b/arch/um/include/asm/tlbflush.h
index db997976b6ea..13a3009942be 100644
--- a/arch/um/include/asm/tlbflush.h
+++ b/arch/um/include/asm/tlbflush.h
@@ -9,8 +9,8 @@
#include <linux/mm.h>
/*
- * In UML, we need to sync the TLB over by using mmap/munmap/mprotect syscalls
- * from the process handling the MM (which can be the kernel itself).
+ * In UML, we need to sync the TLB over by using mmap/munmap syscalls from
+ * the process handling the MM (which can be the kernel itself).
*
* To track updates, we can hook into set_ptes and flush_tlb_*. With set_ptes
* we catch all PTE transitions where memory that was unusable becomes usable.