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

Commit cf759932 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Wire up kcmp syscall.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 850fbcff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -378,7 +378,8 @@
#define __NR_setns		364
#define __NR_process_vm_readv	365
#define __NR_process_vm_writev	366
#define __NR_kcmp		367

#define NR_syscalls 367
#define NR_syscalls 368

#endif /* __ASM_SH_UNISTD_32_H */
+2 −1
Original line number Diff line number Diff line
@@ -398,7 +398,8 @@
#define __NR_setns		375
#define __NR_process_vm_readv	376
#define __NR_process_vm_writev	377
#define __NR_kcmp		378

#define NR_syscalls 378
#define NR_syscalls 379

#endif /* __ASM_SH_UNISTD_64_H */
+1 −0
Original line number Diff line number Diff line
@@ -384,3 +384,4 @@ ENTRY(sys_call_table)
	.long sys_setns
	.long sys_process_vm_readv	/* 365 */
	.long sys_process_vm_writev
	.long sys_kcmp
+1 −0
Original line number Diff line number Diff line
@@ -404,3 +404,4 @@ sys_call_table:
	.long sys_setns			/* 375 */
	.long sys_process_vm_readv
	.long sys_process_vm_writev
	.long sys_kcmp