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 0a53362..76ed17b 100644 (file)
@@ -38,6 +38,6 @@
 
 #endif /* __ASSEMBLY__ */
 
-#define __NR_syscalls         388
+#define __NR_syscalls         389
 
 #endif /* _ASM_MICROBLAZE_UNISTD_H */
index c712677..32850c7 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 0166e89..29c8568 100644 (file)
@@ -388,3 +388,4 @@ ENTRY(sys_call_table)
        .long sys_getrandom             /* 385 */
        .long sys_memfd_create
        .long sys_bpf
+       .long sys_execveat