Commit 4ae78338157a1fe2d7a398d86bb9f9043d600d2b

Authored by Michal Simek
1 parent e513588f75

microblaze: Wire up new syscalls

Wire up new syscalls rt_tgsigqueueinfo and perf_counter_open.

Signed-off-by: Michal Simek <monstr@monstr.eu>

Showing 2 changed files with 5 additions and 1 deletions Side-by-side Diff

arch/microblaze/include/asm/unistd.h
... ... @@ -380,8 +380,10 @@
380 380 #define __NR_accept04 362 /* new */
381 381 #define __NR_preadv 363 /* new */
382 382 #define __NR_pwritev 364 /* new */
  383 +#define __NR_rt_tgsigqueueinfo 365 /* new */
  384 +#define __NR_perf_counter_open 366 /* new */
383 385  
384   -#define __NR_syscalls 365
  386 +#define __NR_syscalls 367
385 387  
386 388 #ifdef __KERNEL__
387 389 #ifndef __ASSEMBLY__
arch/microblaze/kernel/syscall_table.S
... ... @@ -369,4 +369,6 @@
369 369 .long sys_ni_syscall
370 370 .long sys_ni_syscall
371 371 .long sys_ni_syscall
  372 + .long sys_rt_tgsigqueueinfo /* 365 */
  373 + .long sys_perf_counter_open