microblaze: Add finit_module syscall
Add finit_module syscall to the syscall list. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
ffed2b4f7c
commit
0e1ec2d0b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue