From: Tony Luck Date: Mon, 15 Sep 2014 16:32:23 +0000 (-0700) Subject: ia64: Fix syscall number for memfd_create X-Git-Tag: firefly_0821_release~176^2~3224 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f3b5933190c1fc5ad8f3a1dec594e9e849e088c0;p=firefly-linux-kernel-4.4.55.git ia64: Fix syscall number for memfd_create Cut & paste typo from the line above. Reported-by: Ben Hutchings Signed-off-by: Tony Luck Signed-off-by: Linus Torvalds --- diff --git a/arch/ia64/include/uapi/asm/unistd.h b/arch/ia64/include/uapi/asm/unistd.h index 6a65bb7d0657..18026b2eb582 100644 --- a/arch/ia64/include/uapi/asm/unistd.h +++ b/arch/ia64/include/uapi/asm/unistd.h @@ -329,6 +329,6 @@ #define __NR_sched_getattr 1337 #define __NR_renameat2 1338 #define __NR_getrandom 1339 -#define __NR_memfd_create 1339 +#define __NR_memfd_create 1340 #endif /* _UAPI_ASM_IA64_UNISTD_H */