提交 f7bbd12a 编写于 作者: G Geert Uytterhoeven

m68k: Wire up bpf

Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: NAlexei Starovoitov <ast@plumgrid.com>
上级 cac7f242
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <uapi/asm/unistd.h> #include <uapi/asm/unistd.h>
#define NR_syscalls 354 #define NR_syscalls 355
#define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_OLD_STAT #define __ARCH_WANT_OLD_STAT
......
...@@ -359,5 +359,6 @@ ...@@ -359,5 +359,6 @@
#define __NR_renameat2 351 #define __NR_renameat2 351
#define __NR_getrandom 352 #define __NR_getrandom 352
#define __NR_memfd_create 353 #define __NR_memfd_create 353
#define __NR_bpf 354
#endif /* _UAPI_ASM_M68K_UNISTD_H_ */ #endif /* _UAPI_ASM_M68K_UNISTD_H_ */
...@@ -374,4 +374,5 @@ ENTRY(sys_call_table) ...@@ -374,4 +374,5 @@ ENTRY(sys_call_table)
.long sys_renameat2 .long sys_renameat2
.long sys_getrandom .long sys_getrandom
.long sys_memfd_create .long sys_memfd_create
.long sys_bpf
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册