]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
microblaze: Wire-up execveat syscall
authorMichal Simek <michal.simek@xilinx.com>
Thu, 18 Dec 2014 14:29:54 +0000 (15:29 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 5 Jan 2015 11:36:40 +0000 (12:36 +0100)
Add new execveat syscall.

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

index 0a53362d55486187ea3aada0ff999b04de97d7ec..76ed17b56fead0092462c7f5498767b281c0339a 100644 (file)
@@ -38,6 +38,6 @@
 
 #endif /* __ASSEMBLY__ */
 
-#define __NR_syscalls         388
+#define __NR_syscalls         389
 
 #endif /* _ASM_MICROBLAZE_UNISTD_H */
index c712677f8a2a6d7460e245d8e703adaa53372070..32850c73be09b915309fe892486c0d5187eed0a5 100644 (file)
 #define __NR_getrandom         385
 #define __NR_memfd_create      386
 #define __NR_bpf               387
+#define __NR_execveat          388
 
 #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
index 0166e890486c72d9b9263b6d46553dc8b50d6b4a..29c8568ec55c32776139cd79e1e441d23638078d 100644 (file)
@@ -388,3 +388,4 @@ ENTRY(sys_call_table)
        .long sys_getrandom             /* 385 */
        .long sys_memfd_create
        .long sys_bpf
+       .long sys_execveat