Commit 4d24d7f7 authored by Michal Simek's avatar Michal Simek

microblaze: wire up prlimit64 and fanotify* syscalls

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent b9b12fd1
......@@ -383,8 +383,11 @@
#define __NR_rt_tgsigqueueinfo 365 /* new */
#define __NR_perf_event_open 366 /* new */
#define __NR_recvmmsg 367 /* new */
#define __NR_fanotify_init 368
#define __NR_fanotify_mark 369
#define __NR_prlimit64 370
#define __NR_syscalls 368
#define __NR_syscalls 371
#ifdef __KERNEL__
#ifndef __ASSEMBLY__
......
......@@ -372,3 +372,6 @@ ENTRY(sys_call_table)
.long sys_rt_tgsigqueueinfo /* 365 */
.long sys_perf_event_open
.long sys_recvmmsg
.long sys_fanotify_init
.long sys_fanotify_mark
.long sys_prlimit64 /* 370 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment