aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mm_types.h')
-rw-r--r--include/linux/mm_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h
index af25bc12472b..b32cb7add09c 100644
--- a/include/linux/mm_types.h
+++ b/include/linux/mm_types.h
@@ -511,6 +511,10 @@ struct mm_struct {
511 */ 511 */
512 bool tlb_flush_pending; 512 bool tlb_flush_pending;
513#endif 513#endif
514#ifdef CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH
515 /* See flush_tlb_batched_pending() */
516 bool tlb_flush_batched;
517#endif
514 struct uprobes_state uprobes_state; 518 struct uprobes_state uprobes_state;
515#ifdef CONFIG_X86_INTEL_MPX 519#ifdef CONFIG_X86_INTEL_MPX
516 /* address of the bounds directory */ 520 /* address of the bounds directory */