aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 4069febaa34a..edad7a43edea 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -484,9 +484,11 @@ static inline int get_dumpable(struct mm_struct *mm)
484#define MMF_DUMP_ELF_HEADERS 6 484#define MMF_DUMP_ELF_HEADERS 6
485#define MMF_DUMP_HUGETLB_PRIVATE 7 485#define MMF_DUMP_HUGETLB_PRIVATE 7
486#define MMF_DUMP_HUGETLB_SHARED 8 486#define MMF_DUMP_HUGETLB_SHARED 8
487#define MMF_DUMP_DAX_PRIVATE 9
488#define MMF_DUMP_DAX_SHARED 10
487 489
488#define MMF_DUMP_FILTER_SHIFT MMF_DUMPABLE_BITS 490#define MMF_DUMP_FILTER_SHIFT MMF_DUMPABLE_BITS
489#define MMF_DUMP_FILTER_BITS 7 491#define MMF_DUMP_FILTER_BITS 9
490#define MMF_DUMP_FILTER_MASK \ 492#define MMF_DUMP_FILTER_MASK \
491 (((1 << MMF_DUMP_FILTER_BITS) - 1) << MMF_DUMP_FILTER_SHIFT) 493 (((1 << MMF_DUMP_FILTER_BITS) - 1) << MMF_DUMP_FILTER_SHIFT)
492#define MMF_DUMP_FILTER_DEFAULT \ 494#define MMF_DUMP_FILTER_DEFAULT \