These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / tile / include / uapi / asm / mman.h
index 81b8fc3..63ee13f 100644 (file)
@@ -36,6 +36,7 @@
  */
 #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_TILE_MMAN_H */