summaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
authorAl Viro2012-12-26 01:18:40 +0100
committerAl Viro2013-02-04 04:43:35 +0100
commita274bd498ce4b57294034d428b801b2bca3af774 (patch)
tree18ec27dca96e7a38f0bc0db67012d8954ae487fc /arch/sparc/Kconfig
parentsparc: switch sys_compat_rt_sigaction() to COMPAT_SYSCALL_DEFINE (diff)
downloadkernel-qcow2-linux-a274bd498ce4b57294034d428b801b2bca3af774.tar.gz
kernel-qcow2-linux-a274bd498ce4b57294034d428b801b2bca3af774.tar.xz
kernel-qcow2-linux-a274bd498ce4b57294034d428b801b2bca3af774.zip
sparc: switch to use of generic old sigaction
note that due to historical accident we do *not* directly take generic versions - need to check and invert the sign of signal number first. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 9d2c395440df..1a8ef82b3475 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -53,6 +53,7 @@ config SPARC32
select GENERIC_ATOMIC64
select CLZ_TAB
select HAVE_UID16
+ select OLD_SIGACTION
config SPARC64
def_bool 64BIT
@@ -549,6 +550,7 @@ config COMPAT
select COMPAT_BINFMT_ELF
select HAVE_UID16
select ARCH_WANT_OLD_COMPAT_IPC
+ select COMPAT_OLD_SIGACTION
config SYSVIPC_COMPAT
bool