X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Farm%2Fkernel%2Fcalls.S;h=5c26eccef9982665b1e1672416b9bc996f3b2dae;hb=6ccaa3172941c0a97c7f1c5155b1d32ecd27ec2f;hp=37ae301cc47c81ccf8bb80d02e4d7aaed67622e9;hpb=62052be3a797f26f6f0fe30fc8d7f40ab54e08fd;p=~andy%2Flinux diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S index 37ae301cc47..5c26eccef99 100644 --- a/arch/arm/kernel/calls.S +++ b/arch/arm/kernel/calls.S @@ -375,6 +375,10 @@ CALL(sys_rt_tgsigqueueinfo) CALL(sys_perf_event_open) /* 365 */ CALL(sys_recvmmsg) + CALL(sys_accept4) + CALL(sys_fanotify_init) + CALL(sys_fanotify_mark) + CALL(sys_prlimit64) #ifndef syscalls_counted .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls #define syscalls_counted