From: Max Filippov Date: Fri, 27 Feb 2015 07:48:19 +0000 (+0300) Subject: xtensa: wire bpf and execveat syscalls X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d44679ab13ee5f2f2b80e1bfa039a6eeb20ec41e;p=deliverable%2Flinux.git xtensa: wire bpf and execveat 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 db5bb72e2f4e..9d30db15ccb9 100644 --- a/arch/xtensa/include/uapi/asm/unistd.h +++ b/arch/xtensa/include/uapi/asm/unistd.h @@ -749,8 +749,12 @@ __SYSCALL(337, sys_seccomp, 3) __SYSCALL(338, sys_getrandom, 3) #define __NR_memfd_create 339 __SYSCALL(339, sys_memfd_create, 2) +#define __NR_bpf 340 +__SYSCALL(340, sys_bpf, 3) +#define __NR_execveat 341 +__SYSCALL(341, sys_execveat, 5) -#define __NR_syscall_count 340 +#define __NR_syscall_count 342 /* * sysxtensa syscall handler