diff options
author | Tony Luck <tony.luck@intel.com> | 2015-12-14 10:30:02 -0800 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2015-12-14 10:30:02 -0800 |
commit | 27801885151d3c187719f082a0ef54e05b9c9a16 (patch) | |
tree | c83bb5e53a1c7c71b9d5ad42c9912790c1516b4d /arch/ia64/include/uapi/asm | |
parent | 9f9499ae8e6415cefc4fe0a96ad0e27864353c89 (diff) |
[IA64] Enable mlock2 syscall for ia64
New system call added in
commit a8ca5d0ecbdde5cc3d7accacbd69968b0c98764e
mm: mlock: add new mlock system call
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/include/uapi/asm')
-rw-r--r-- | arch/ia64/include/uapi/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/include/uapi/asm/unistd.h b/arch/ia64/include/uapi/asm/unistd.h index 9038726e7d26..762edce7572e 100644 --- a/arch/ia64/include/uapi/asm/unistd.h +++ b/arch/ia64/include/uapi/asm/unistd.h @@ -335,5 +335,6 @@ #define __NR_userfaultfd 1343 #define __NR_membarrier 1344 #define __NR_kcmp 1345 +#define __NR_mlock2 1346 #endif /* _UAPI_ASM_IA64_UNISTD_H */ |