diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 13:49:43 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:08 -0500 |
commit | 451a651d33b240481b063765016472c0be10d350 (patch) | |
tree | 8193ed1c46a6a2077b5b202a496168b5918826f1 /arch/powerpc/Kconfig | |
parent | 7cce246557bf379ea271d91f257ce248362cc12d (diff) |
powerpc: switch to generic compat rt_sigprocmask()
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 dd52babec7d7..e43cd208dd07 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_SIGPROCMASK | ||
148 | 149 | ||
149 | config EARLY_PRINTK | 150 | config EARLY_PRINTK |
150 | bool | 151 | bool |