diff options
author | Jason Cooper <jason@lakedaemon.net> | 2014-11-26 03:48:18 (GMT) |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-26 03:48:18 (GMT) |
commit | b3d6cfd09184dcea17f7d8e29c71fafe58bb5f00 (patch) | |
tree | 8be4c2cc6caf1e7a5d31401f3f2e960110df6ebd /arch/arm/kernel/calls.S | |
parent | 389c74aaace1ae2a423184b03d8198311fef2c7d (diff) | |
parent | 2fbbc96d16009276153fd33823616877dcca30d8 (diff) | |
download | linux-b3d6cfd09184dcea17f7d8e29c71fafe58bb5f00.tar.xz |
Merge tag 'tags/phy-dt-header' into mvebu/dt-usb_phy
shared header file which will be referenced from both
PHY driver and its associated Device Tree node(s)
Diffstat (limited to 'arch/arm/kernel/calls.S')
-rw-r--r-- | arch/arm/kernel/calls.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S index 9f899d8..e51833f 100644 --- a/arch/arm/kernel/calls.S +++ b/arch/arm/kernel/calls.S @@ -395,6 +395,7 @@ CALL(sys_seccomp) CALL(sys_getrandom) /* 385 */ CALL(sys_memfd_create) + CALL(sys_bpf) #ifndef syscalls_counted .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls #define syscalls_counted |