diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 19:18:40 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 22:43:35 -0500 |
commit | a274bd498ce4b57294034d428b801b2bca3af774 (patch) | |
tree | 18ec27dca96e7a38f0bc0db67012d8954ae487fc /arch/sparc/Kconfig | |
parent | bdc40abf070eab82d27de99ef5ff62a1c5de238d (diff) |
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/Kconfig | 2 |
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 | |||
53 | select GENERIC_ATOMIC64 | 53 | select GENERIC_ATOMIC64 |
54 | select CLZ_TAB | 54 | select CLZ_TAB |
55 | select HAVE_UID16 | 55 | select HAVE_UID16 |
56 | select OLD_SIGACTION | ||
56 | 57 | ||
57 | config SPARC64 | 58 | config SPARC64 |
58 | def_bool 64BIT | 59 | def_bool 64BIT |
@@ -549,6 +550,7 @@ config COMPAT | |||
549 | select COMPAT_BINFMT_ELF | 550 | select COMPAT_BINFMT_ELF |
550 | select HAVE_UID16 | 551 | select HAVE_UID16 |
551 | select ARCH_WANT_OLD_COMPAT_IPC | 552 | select ARCH_WANT_OLD_COMPAT_IPC |
553 | select COMPAT_OLD_SIGACTION | ||
552 | 554 | ||
553 | config SYSVIPC_COMPAT | 555 | config SYSVIPC_COMPAT |
554 | bool | 556 | bool |