microblaze: Wire-up seccomp syscall

Add new seccomp syscall.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2014-08-07 15:57:41 +02:00
parent 7d1311b93e
commit b760949144
2 changed files with 2 additions and 0 deletions

View file

@ -399,5 +399,6 @@
#define __NR_sched_setattr 381
#define __NR_sched_getattr 382
#define __NR_renameat2 383
#define __NR_seccomp 384
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */

View file

@ -384,3 +384,4 @@ ENTRY(sys_call_table)
.long sys_sched_setattr
.long sys_sched_getattr
.long sys_renameat2
.long sys_seccomp