diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-09-13 09:55:38 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-09-26 09:45:17 -0400 |
commit | c0162b07b34ce8b33548f4b2658ec3133f960e71 (patch) | |
tree | d4b09e2dc52064c4683b2a2bc7b55be0e8a8bb48 /arch/s390/include | |
parent | dabecb2933f7ae901c88cb10c71ab38ca7dfc38f (diff) |
s390/syscalls: wire up kcmp system call
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/include/asm/unistd.h b/arch/s390/include/asm/unistd.h index da2c2f4f7642..4e64b5cd1558 100644 --- a/arch/s390/include/asm/unistd.h +++ b/arch/s390/include/asm/unistd.h | |||
@@ -278,7 +278,8 @@ | |||
278 | #define __NR_process_vm_readv 340 | 278 | #define __NR_process_vm_readv 340 |
279 | #define __NR_process_vm_writev 341 | 279 | #define __NR_process_vm_writev 341 |
280 | #define __NR_s390_runtime_instr 342 | 280 | #define __NR_s390_runtime_instr 342 |
281 | #define NR_syscalls 343 | 281 | #define __NR_kcmp 343 |
282 | #define NR_syscalls 344 | ||
282 | 283 | ||
283 | /* | 284 | /* |
284 | * There are some system calls that are not present on 64 bit, some | 285 | * There are some system calls that are not present on 64 bit, some |