diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-23 03:26:46 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:08 -0500 |
commit | 7cce246557bf379ea271d91f257ce248362cc12d (patch) | |
tree | a3c6c9c6f590990cbb1b3b6671b8c5e3fd1ff55a /arch/powerpc/Kconfig | |
parent | 0aa0203fb43f04714004b2c4ad33b858e240555d (diff) |
powerpc: switch to generic sigaltstack
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 17903f1f356b..dd52babec7d7 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -144,6 +144,7 @@ config PPC | |||
144 | select HAVE_MOD_ARCH_SPECIFIC | 144 | select HAVE_MOD_ARCH_SPECIFIC |
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 | 148 | ||
148 | config EARLY_PRINTK | 149 | config EARLY_PRINTK |
149 | bool | 150 | bool |