diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-23 08:55:20 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 00:15:59 +0100 |
commit | 1084f751d437a1823787285517f1161935483569 (patch) | |
tree | d806c29d19d51a5dd28171aa4c28b29b6bb87736 /arch/m32r/Kconfig | |
parent | take sys_rt_sigsuspend() prototype to linux/syscalls.h (diff) | |
download | linux-1084f751d437a1823787285517f1161935483569.tar.xz linux-1084f751d437a1823787285517f1161935483569.zip |
m32r: switch to generic sigaltstack
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r-- | arch/m32r/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index f807721e19a5..1f550d4dd5d0 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig @@ -15,6 +15,7 @@ config M32R select GENERIC_ATOMIC64 select ARCH_USES_GETTIMEOFFSET select MODULES_USE_ELF_RELA + select GENERIC_SIGALTSTACK config SBUS bool |