|
@@ -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 */
|