From: Max Filippov Date: Wed, 1 Oct 2014 18:18:00 +0000 (+0400) Subject: xtensa: add seccomp, getrandom, and memfd_create syscalls X-Git-Tag: v4.14-rc1~6277^2~6^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb550fd5c3429bf56f547c9907db2c396027c9a4;p=platform%2Fkernel%2Flinux-rpi.git xtensa: add seccomp, getrandom, and memfd_create syscalls Signed-off-by: Max Filippov --- diff --git a/arch/xtensa/include/uapi/asm/unistd.h b/arch/xtensa/include/uapi/asm/unistd.h index 8883fc8..ee7b152 100644 --- a/arch/xtensa/include/uapi/asm/unistd.h +++ b/arch/xtensa/include/uapi/asm/unistd.h @@ -742,7 +742,14 @@ __SYSCALL(335, sys_sched_getattr, 3) #define __NR_renameat2 336 __SYSCALL(336, sys_renameat2, 5) -#define __NR_syscall_count 337 +#define __NR_seccomp 337 +__SYSCALL(337, sys_seccomp, 3) +#define __NR_getrandom 338 +__SYSCALL(338, sys_getrandom, 3) +#define __NR_memfd_create 339 +__SYSCALL(339, sys_memfd_create, 2) + +#define __NR_syscall_count 340 /* * sysxtensa syscall handler