]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 4e1ddc930a685ef0d6c137d0dc9d165f111acbba..3fafcd25b3b450d6f070fccf2547a6ef2ea57b57 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 1a23d5d5480c7da12bae37f8a77e0015459c4704..342da7ebd80ad4a3c2e0cfb6e69ddac9d9bc5ac7 100644 (file)
@@ -384,3 +384,4 @@ ENTRY(sys_call_table)
        .long sys_sched_setattr
        .long sys_sched_getattr
        .long sys_renameat2
+       .long sys_seccomp