Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: Wire up kcmp syscall.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+6 -2
+2 -1
arch/sh/include/uapi/asm/unistd_32.h
··· 378 378 #define __NR_setns 364 379 379 #define __NR_process_vm_readv 365 380 380 #define __NR_process_vm_writev 366 381 + #define __NR_kcmp 367 381 382 382 - #define NR_syscalls 367 383 + #define NR_syscalls 368 383 384 384 385 #endif /* __ASM_SH_UNISTD_32_H */
+2 -1
arch/sh/include/uapi/asm/unistd_64.h
··· 398 398 #define __NR_setns 375 399 399 #define __NR_process_vm_readv 376 400 400 #define __NR_process_vm_writev 377 401 + #define __NR_kcmp 378 401 402 402 - #define NR_syscalls 378 403 + #define NR_syscalls 379 403 404 404 405 #endif /* __ASM_SH_UNISTD_64_H */
+1
arch/sh/kernel/syscalls_32.S
··· 384 384 .long sys_setns 385 385 .long sys_process_vm_readv /* 365 */ 386 386 .long sys_process_vm_writev 387 + .long sys_kcmp
+1
arch/sh/kernel/syscalls_64.S
··· 404 404 .long sys_setns /* 375 */ 405 405 .long sys_process_vm_readv 406 406 .long sys_process_vm_writev 407 + .long sys_kcmp