Commit 0e1ec2d0 authored by Michal Simek's avatar Michal Simek

microblaze: Add finit_module syscall

Add finit_module syscall to the syscall list.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent ffed2b4f
......@@ -395,7 +395,8 @@
#define __NR_process_vm_readv 377
#define __NR_process_vm_writev 378
#define __NR_kcmp 379
#define __NR_finit_module 380
#define __NR_syscalls 380
#define __NR_syscalls 381
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
......@@ -380,3 +380,4 @@ ENTRY(sys_call_table)
.long sys_process_vm_readv
.long sys_process_vm_writev
.long sys_kcmp
.long sys_finit_module
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment