diff options
author | Helge Deller <deller@gmx.de> | 2014-10-21 23:27:06 +0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2014-11-11 00:20:40 +0300 |
commit | e6be7bb8a32a99495f0d8fa51cac392a6f4bd631 (patch) | |
tree | 936135af6ea674d1c379f6c3ce5f6705fa9e9446 /arch/parisc/include | |
parent | 206c5f60a3d902bc4b56dab2de3e88de5eb06108 (diff) | |
download | linux-e6be7bb8a32a99495f0d8fa51cac392a6f4bd631.tar.xz |
parisc: Wire up bpf syscall
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/uapi/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/unistd.h b/arch/parisc/include/uapi/asm/unistd.h index 8667f18be238..5f5c0373de63 100644 --- a/arch/parisc/include/uapi/asm/unistd.h +++ b/arch/parisc/include/uapi/asm/unistd.h @@ -833,8 +833,9 @@ #define __NR_seccomp (__NR_Linux + 338) #define __NR_getrandom (__NR_Linux + 339) #define __NR_memfd_create (__NR_Linux + 340) +#define __NR_bpf (__NR_Linux + 341) -#define __NR_Linux_syscalls (__NR_memfd_create + 1) +#define __NR_Linux_syscalls (__NR_bpf + 1) #define __IGNORE_select /* newselect */ |