diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-12-27 13:03:15 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-01-08 10:57:05 +0100 |
commit | 1427add02c90d60692e12ad88ade1e86c7444b38 (patch) | |
tree | 5946fa582fbb6df012e793ce8a542e421bcd7f42 /arch/s390/include | |
parent | b2034e1934c4596ecbad798d0db0fb60c7f5628b (diff) | |
download | op-kernel-dev-1427add02c90d60692e12ad88ade1e86c7444b38.zip op-kernel-dev-1427add02c90d60692e12ad88ade1e86c7444b38.tar.gz |
s390/syscalls: wire up finit_module syscall
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/uapi/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/include/uapi/asm/unistd.h b/arch/s390/include/uapi/asm/unistd.h index 63e6078..864f693 100644 --- a/arch/s390/include/uapi/asm/unistd.h +++ b/arch/s390/include/uapi/asm/unistd.h @@ -279,7 +279,8 @@ #define __NR_process_vm_writev 341 #define __NR_s390_runtime_instr 342 #define __NR_kcmp 343 -#define NR_syscalls 344 +#define __NR_finit_module 344 +#define NR_syscalls 345 /* * There are some system calls that are not present on 64 bit, some |