提交 05c06741 编写于 作者: M Michal Simek

microblaze: Wire-up new system call kcmp

Wire-up kcmp syscall.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 7958a689
......@@ -394,7 +394,8 @@
#define __NR_sendmmsg 376
#define __NR_process_vm_readv 377
#define __NR_process_vm_writev 378
#define __NR_kcmp 379
#define __NR_syscalls 379
#define __NR_syscalls 380
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
......@@ -379,3 +379,4 @@ ENTRY(sys_call_table)
.long sys_sendmmsg
.long sys_process_vm_readv
.long sys_process_vm_writev
.long sys_kcmp
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册