提交 97b56be1 编写于 作者: C Catalin Marinas

arm64: compat: Enable bpf syscall

Following the arm32 commit 2d605a30 (ARM: enable bpf syscall), wire
this syscall for arm64 compat as well.
Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
上级 f4fd36b8
......@@ -792,3 +792,5 @@ __SYSCALL(__NR_renameat2, sys_renameat2)
__SYSCALL(__NR_getrandom, sys_getrandom)
#define __NR_memfd_create 385
__SYSCALL(__NR_memfd_create, sys_memfd_create)
#define __NR_bpf 386
__SYSCALL(__NR_bpf, sys_bpf)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册