Commit f3411b16c790e52b5abe174b33c7d213dbf5c259

Authored by Mike Frysinger
1 parent 4bdef3bd7e

Blackfin: wire up new fanotify/prlimit64 syscalls

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

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

arch/blackfin/include/asm/unistd.h
... ... @@ -389,8 +389,11 @@
389 389 #define __NR_rt_tgsigqueueinfo 368
390 390 #define __NR_perf_event_open 369
391 391 #define __NR_recvmmsg 370
  392 +#define __NR_fanotify_init 371
  393 +#define __NR_fanotify_mark 372
  394 +#define __NR_prlimit64 373
392 395  
393   -#define __NR_syscall 371
  396 +#define __NR_syscall 374
394 397 #define NR_syscalls __NR_syscall
395 398  
396 399 /* Old optional stuff no one actually uses */
arch/blackfin/mach-common/entry.S
... ... @@ -1628,6 +1628,9 @@
1628 1628 .long _sys_rt_tgsigqueueinfo
1629 1629 .long _sys_perf_event_open
1630 1630 .long _sys_recvmmsg /* 370 */
  1631 + .long _sys_fanotify_init
  1632 + .long _sys_fanotify_mark
  1633 + .long _sys_prlimit64
1631 1634  
1632 1635 .rept NR_syscalls-(.-_sys_call_table)/4
1633 1636 .long _sys_ni_syscall