aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2013-02-19 20:47:37 +0100
committerHelge Deller <deller@gmx.de>2013-02-20 22:56:50 +0100
commitbf581e15a443fa3569d9def96b512315ba509d6f (patch)
tree248e7bce3b05c4867d33df9f96d844a78a03e654 /arch/parisc/Kconfig
parentfee707b459da56ba83fbb4ae89151571502ee724 (diff)
downloadlinux-bf581e15a443fa3569d9def96b512315ba509d6f.tar.gz
parisc: convert msgrcv and msgsnd syscalls to use compat layer
Switch over to use the existing compat_* implementation for msgrcv() and msgsnd(). Existing code was even partly buggy since it returned on some paths different error codes than the standard. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r--arch/parisc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index 3df1c35a217a3..af48d26ce287c 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -272,6 +272,10 @@ config COMPAT
def_bool y
depends on 64BIT
+config SYSVIPC_COMPAT
+ def_bool y
+ depends on COMPAT && SYSVIPC
+
config HPUX
bool "Support for HP-UX binaries"
depends on !64BIT