|
@@ -309,6 +309,9 @@ struct mm_struct {
|
|
#endif
|
|
#endif
|
|
#ifdef CONFIG_MMU_NOTIFIER
|
|
#ifdef CONFIG_MMU_NOTIFIER
|
|
struct mmu_notifier_mm *mmu_notifier_mm;
|
|
struct mmu_notifier_mm *mmu_notifier_mm;
|
|
|
|
+#endif
|
|
|
|
+#ifdef CONFIG_TRANSPARENT_HUGEPAGE
|
|
|
|
+ pgtable_t pmd_huge_pte; /* protected by page_table_lock */
|
|
#endif
|
|
#endif
|
|
/* How many tasks sharing this mm are OOM_DISABLE */
|
|
/* How many tasks sharing this mm are OOM_DISABLE */
|
|
atomic_t oom_disable_count;
|
|
atomic_t oom_disable_count;
|