From f90fafea3c5f1acd7b9bc8e720b417e2dba1d92d Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Tue, 16 Dec 2014 00:20:36 +0100 Subject: add new syscall numbers for bpf and kexec_file_load these syscalls are new in linux v3.18, bpf is present on all supported archs except sh, kexec_file_load is only allocted for x86_64 and x32 yet. bpf was added in linux commit 99c55f7d47c0dc6fc64729f37bf435abf43f4c60 kexec_file_load syscall number was allocated in commit f0895685c7fd8c938c91a9d8a6f7c11f22df58d2 --- arch/powerpc/bits/syscall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/powerpc/bits/syscall.h') diff --git a/arch/powerpc/bits/syscall.h b/arch/powerpc/bits/syscall.h index 6d96acde..0512eb3b 100644 --- a/arch/powerpc/bits/syscall.h +++ b/arch/powerpc/bits/syscall.h @@ -374,6 +374,7 @@ #define __NR_seccomp 358 #define __NR_getrandom 359 #define __NR_memfd_create 360 +#define __NR_bpf 361 /* * repeated with SYS prefix @@ -754,3 +755,4 @@ #define SYS_seccomp 358 #define SYS_getrandom 359 #define SYS_memfd_create 360 +#define SYS_bpf 361 -- cgit v1.2.1