kernel, oom: fix potential pgd_lock deadlock from __mmdrop
[cascardo/linux.git] / include / linux / mm_types.h
index 903200f..4a8aced 100644 (file)
@@ -515,9 +515,7 @@ struct mm_struct {
 #ifdef CONFIG_HUGETLB_PAGE
        atomic_long_t hugetlb_usage;
 #endif
-#ifdef CONFIG_MMU
        struct work_struct async_put_work;
-#endif
 };
 
 static inline void mm_init_cpumask(struct mm_struct *mm)