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

sh: wire up finit_module syscall.

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

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