mm: prepare VM_DONTDUMP for using in drivers
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / mm.h
index 25ef49c1f2bd553f00f4357d6c515baaebf9623a..dc08d558e058d8a5e2ea94564edd2da42add2b76 100644 (file)
@@ -102,7 +102,7 @@ extern unsigned int kobjsize(const void *objp);
 #define VM_HUGETLB     0x00400000      /* Huge TLB Page VM */
 #define VM_NONLINEAR   0x00800000      /* Is non-linear (remap_file_pages) */
 #define VM_ARCH_1      0x01000000      /* Architecture-specific flag */
-#define VM_NODUMP      0x04000000      /* Do not include in the core dump */
+#define VM_DONTDUMP    0x04000000      /* Do not include in the core dump */
 
 #define VM_MIXEDMAP    0x10000000      /* Can contain "struct page" and pure PFN pages */
 #define VM_HUGEPAGE    0x20000000      /* MADV_HUGEPAGE marked this vma */