diff options
Diffstat (limited to 'include/uapi/asm-generic/mman.h')
-rw-r--r-- | include/uapi/asm-generic/mman.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/asm-generic/mman.h b/include/uapi/asm-generic/mman.h index e9fe6fd2a074..7162cd4cca73 100644 --- a/include/uapi/asm-generic/mman.h +++ b/include/uapi/asm-generic/mman.h | |||
@@ -17,5 +17,6 @@ | |||
17 | 17 | ||
18 | #define MCL_CURRENT 1 /* lock all current mappings */ | 18 | #define MCL_CURRENT 1 /* lock all current mappings */ |
19 | #define MCL_FUTURE 2 /* lock all future mappings */ | 19 | #define MCL_FUTURE 2 /* lock all future mappings */ |
20 | #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ | ||
20 | 21 | ||
21 | #endif /* __ASM_GENERIC_MMAN_H */ | 22 | #endif /* __ASM_GENERIC_MMAN_H */ |