mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage
[deliverable/linux.git] / include / uapi / asm-generic / mman.h
index e9fe6fd2a07450b36b607b321c056089e7bd59dc..7162cd4cca737b5e92e873e31f2c2a3bf50e3029 100644 (file)
@@ -17,5 +17,6 @@
 
 #define MCL_CURRENT    1               /* lock all current mappings */
 #define MCL_FUTURE     2               /* lock all future mappings */
+#define MCL_ONFAULT    4               /* lock all pages that are faulted in */
 
 #endif /* __ASM_GENERIC_MMAN_H */
This page took 0.02708 seconds and 5 git commands to generate.