diff options
author | Helge Deller <deller@gmx.de> | 2013-02-19 19:47:37 (GMT) |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-02-20 21:56:50 (GMT) |
commit | bf581e15a443fa3569d9def96b512315ba509d6f (patch) | |
tree | 248e7bce3b05c4867d33df9f96d844a78a03e654 /arch/parisc/Kconfig | |
parent | fee707b459da56ba83fbb4ae89151571502ee724 (diff) | |
download | linux-fsl-qoriq-bf581e15a443fa3569d9def96b512315ba509d6f.tar.xz |
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 3df1c35..af48d26 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 |