diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 18:51:57 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:10 -0500 |
commit | 5aa1cde2edbc64403a6b06aaa8723cca11c12681 (patch) | |
tree | eb610d50b29cb876874d10e94f2f510902e8b30c /arch/powerpc/Kconfig | |
parent | a31dd96ff7037538dcd98680715e5106e691c26e (diff) |
powerpc: switch to generic compat rt_sigaction()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 09b177bdef66..bec7808b7b0f 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -145,6 +145,7 @@ config PPC | |||
145 | select MODULES_USE_ELF_RELA | 145 | select MODULES_USE_ELF_RELA |
146 | select CLONE_BACKWARDS | 146 | select CLONE_BACKWARDS |
147 | select GENERIC_SIGALTSTACK | 147 | select GENERIC_SIGALTSTACK |
148 | select GENERIC_COMPAT_RT_SIGACTION | ||
148 | select GENERIC_COMPAT_RT_SIGQUEUEINFO | 149 | select GENERIC_COMPAT_RT_SIGQUEUEINFO |
149 | select GENERIC_COMPAT_RT_SIGPROCMASK | 150 | select GENERIC_COMPAT_RT_SIGPROCMASK |
150 | select GENERIC_COMPAT_RT_SIGPENDING | 151 | select GENERIC_COMPAT_RT_SIGPENDING |