dect
/
linux-2.6
Archived
13
0
Fork 0

sh: Wire up kcmp syscall.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2012-10-15 13:54:29 +09:00
parent 850fbcffe2
commit cf7599322a
4 changed files with 6 additions and 2 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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

View File

@ -404,3 +404,4 @@ sys_call_table:
.long sys_setns /* 375 */
.long sys_process_vm_readv
.long sys_process_vm_writev
.long sys_kcmp