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

Commit 53133453 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Wire-up getrandom syscall



Add new getrandom syscall.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent b7609491
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -400,5 +400,6 @@
#define __NR_sched_getattr	382
#define __NR_renameat2		383
#define __NR_seccomp		384
#define __NR_getrandom		385

#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
+1 −0
Original line number Diff line number Diff line
@@ -385,3 +385,4 @@ ENTRY(sys_call_table)
	.long sys_sched_getattr
	.long sys_renameat2
	.long sys_seccomp
	.long sys_getrandom		/* 385 */