Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −0
Original line number Diff line number Diff line
@@ -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