Merge 4.4.81 into android-4.4
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / include / linux / mm_types.h
index af25bc12472bfb9a7f7a79a7c452a0745861ae40..b32cb7add09cd726ddedff614115053c287e01e0 100644 (file)
@@ -510,6 +510,10 @@ struct mm_struct {
         * PROT_NONE or PROT_NUMA mapped page.
         */
        bool tlb_flush_pending;
+#endif
+#ifdef CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH
+       /* See flush_tlb_batched_pending() */
+       bool tlb_flush_batched;
 #endif
        struct uprobes_state uprobes_state;
 #ifdef CONFIG_X86_INTEL_MPX