diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2011-12-27 05:27:21 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2011-12-27 05:27:13 -0500 |
commit | 3a3954ceae756ed2a5d53b45c67db6dde3c0c126 (patch) | |
tree | efbd3a8e942432454deb32bb713bfd2b1e5cff22 /arch/s390/include/asm/unistd.h | |
parent | 2389aef47efe32bd4ad2b7d47f157766d3680caa (diff) |
[S390] ipc: call generic sys_ipc demultiplexer
Call generic IPC demultiplexer instead of having a nearly identical
s390 variant. Also make sure that native and compat handling now have
the same behaviour.
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/asm/unistd.h')
-rw-r--r-- | arch/s390/include/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/unistd.h b/arch/s390/include/asm/unistd.h index 58de4c91c333..8a8008fe7b8f 100644 --- a/arch/s390/include/asm/unistd.h +++ b/arch/s390/include/asm/unistd.h | |||
@@ -398,6 +398,7 @@ | |||
398 | #define __ARCH_WANT_SYS_SIGNAL | 398 | #define __ARCH_WANT_SYS_SIGNAL |
399 | #define __ARCH_WANT_SYS_UTIME | 399 | #define __ARCH_WANT_SYS_UTIME |
400 | #define __ARCH_WANT_SYS_SOCKETCALL | 400 | #define __ARCH_WANT_SYS_SOCKETCALL |
401 | #define __ARCH_WANT_SYS_IPC | ||
401 | #define __ARCH_WANT_SYS_FADVISE64 | 402 | #define __ARCH_WANT_SYS_FADVISE64 |
402 | #define __ARCH_WANT_SYS_GETPGRP | 403 | #define __ARCH_WANT_SYS_GETPGRP |
403 | #define __ARCH_WANT_SYS_LLSEEK | 404 | #define __ARCH_WANT_SYS_LLSEEK |