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

Commit f5ef4196 authored by Tobias Klauser's avatar Tobias Klauser Committed by Michal Simek
Browse files

microblaze: wire up statx syscall



Add the new statx syscall.

Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent bb26081a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,6 +38,6 @@

#endif /* __ASSEMBLY__ */

#define __NR_syscalls         398
#define __NR_syscalls         399

#endif /* _ASM_MICROBLAZE_UNISTD_H */
+1 −0
Original line number Diff line number Diff line
@@ -413,5 +413,6 @@
#define __NR_pkey_mprotect	395
#define __NR_pkey_alloc		396
#define __NR_pkey_free		397
#define __NR_statx		398

#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
+1 −0
Original line number Diff line number Diff line
@@ -398,3 +398,4 @@ ENTRY(sys_call_table)
	.long sys_pkey_mprotect		/* 395 */
	.long sys_pkey_alloc
	.long sys_pkey_free
	.long sys_statx