microblaze: Wire-up seccomp syscall
authorMichal Simek <michal.simek@xilinx.com>
Thu, 7 Aug 2014 13:57:41 +0000 (15:57 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 21 Aug 2014 08:07:04 +0000 (10:07 +0200)
Add new seccomp syscall.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/include/uapi/asm/unistd.h
arch/microblaze/kernel/syscall_table.S

index 4e1ddc9..3fafcd2 100644 (file)
 #define __NR_sched_setattr     381
 #define __NR_sched_getattr     382
 #define __NR_renameat2         383
+#define __NR_seccomp           384
 
 #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
index 1a23d5d..342da7e 100644 (file)
@@ -384,3 +384,4 @@ ENTRY(sys_call_table)
        .long sys_sched_setattr
        .long sys_sched_getattr
        .long sys_renameat2
+       .long sys_seccomp