summary refs log tree commit diff stats
path: root/linux-headers/asm-generic/mman-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-headers/asm-generic/mman-common.h')
-rw-r--r--linux-headers/asm-generic/mman-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-headers/asm-generic/mman-common.h b/linux-headers/asm-generic/mman-common.h
index f94f65d429..1567a3294c 100644
--- a/linux-headers/asm-generic/mman-common.h
+++ b/linux-headers/asm-generic/mman-common.h
@@ -72,6 +72,9 @@
 #define MADV_COLD	20		/* deactivate these pages */
 #define MADV_PAGEOUT	21		/* reclaim these pages */
 
+#define MADV_POPULATE_READ	22	/* populate (prefault) page tables readable */
+#define MADV_POPULATE_WRITE	23	/* populate (prefault) page tables writable */
+
 /* compatibility flags */
 #define MAP_FILE	0