diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 18:55:27 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:33:00 -0500 |
commit | aa584802e51fa3f28cc6efb1863fe9a3d197c9c8 (patch) | |
tree | 0ec61437be3758db9987cf73191ebcc75bcda232 /arch/mips/Kconfig | |
parent | 0450d22f4b0c6ab88d2249a71f304326af5cc36c (diff) |
mips: switch to generic compat rt_sigaction()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b1e885f31703..7352acfe70b7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -42,6 +42,7 @@ config MIPS | |||
42 | select MODULES_USE_ELF_REL if MODULES | 42 | select MODULES_USE_ELF_REL if MODULES |
43 | select MODULES_USE_ELF_RELA if MODULES && 64BIT | 43 | select MODULES_USE_ELF_RELA if MODULES && 64BIT |
44 | select GENERIC_SIGALTSTACK | 44 | select GENERIC_SIGALTSTACK |
45 | select GENERIC_COMPAT_RT_SIGACTION | ||
45 | select GENERIC_COMPAT_RT_SIGQUEUEINFO | 46 | select GENERIC_COMPAT_RT_SIGQUEUEINFO |
46 | select GENERIC_COMPAT_RT_SIGPROCMASK | 47 | select GENERIC_COMPAT_RT_SIGPROCMASK |
47 | select GENERIC_COMPAT_RT_SIGPENDING | 48 | select GENERIC_COMPAT_RT_SIGPENDING |