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

microblaze: Wire up new syscalls

Wire up new syscalls rt_tgsigqueueinfo and perf_counter_open.
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent e513588f
...@@ -380,8 +380,10 @@ ...@@ -380,8 +380,10 @@
#define __NR_accept04 362 /* new */ #define __NR_accept04 362 /* new */
#define __NR_preadv 363 /* new */ #define __NR_preadv 363 /* new */
#define __NR_pwritev 364 /* new */ #define __NR_pwritev 364 /* new */
#define __NR_rt_tgsigqueueinfo 365 /* new */
#define __NR_perf_counter_open 366 /* new */
#define __NR_syscalls 365 #define __NR_syscalls 367
#ifdef __KERNEL__ #ifdef __KERNEL__
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
......
...@@ -369,3 +369,5 @@ ENTRY(sys_call_table) ...@@ -369,3 +369,5 @@ ENTRY(sys_call_table)
.long sys_ni_syscall .long sys_ni_syscall
.long sys_ni_syscall .long sys_ni_syscall
.long sys_ni_syscall .long sys_ni_syscall
.long sys_rt_tgsigqueueinfo /* 365 */
.long sys_perf_counter_open
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