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

Commit 01350eb6 authored by Richard Henderson's avatar Richard Henderson Committed by Matt Turner
Browse files

alpha: Add kcmp and finit_module syscalls



Reviewed-and-Tested-by: default avatarMatt Turner <mattst88@gmail.com>
Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
parent 8b3ed3c0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,8 +3,7 @@

#include <uapi/asm/unistd.h>


#define NR_SYSCALLS			506
#define NR_SYSCALLS			508

#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_STAT64
+2 −0
Original line number Diff line number Diff line
@@ -467,5 +467,7 @@
#define __NR_sendmmsg			503
#define __NR_process_vm_readv		504
#define __NR_process_vm_writev		505
#define __NR_kcmp			506
#define __NR_finit_module		507

#endif /* _UAPI_ALPHA_UNISTD_H */
+2 −0
Original line number Diff line number Diff line
@@ -524,6 +524,8 @@ sys_call_table:
	.quad sys_sendmmsg
	.quad sys_process_vm_readv
	.quad sys_process_vm_writev		/* 505 */
	.quad sys_kcmp
	.quad sys_finit_module

	.size sys_call_table, . - sys_call_table
	.type sys_call_table, @object