diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 16:20:46 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:16 -0500 |
commit | 881e252d6b37d7526008e3dcd4592823d9273e1f (patch) | |
tree | 37868d58629f177e551f5895ada10203bfb4a61a /arch/sh/Kconfig | |
parent | 7a879a94d90dc5c494875b54499ae321400358d8 (diff) |
sh: switch to generic old sigsuspend()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index fb4a212c1bc4..d69caaf818bb 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -41,6 +41,7 @@ config SUPERH | |||
41 | select HAVE_MOD_ARCH_SPECIFIC if DWARF_UNWINDER | 41 | select HAVE_MOD_ARCH_SPECIFIC if DWARF_UNWINDER |
42 | select MODULES_USE_ELF_RELA | 42 | select MODULES_USE_ELF_RELA |
43 | select GENERIC_SIGALTSTACK | 43 | select GENERIC_SIGALTSTACK |
44 | select OLD_SIGSUSPEND | ||
44 | help | 45 | help |
45 | The SuperH is a RISC processor targeted for use in embedded systems | 46 | The SuperH is a RISC processor targeted for use in embedded systems |
46 | and consumer electronics; it was also used in the Sega Dreamcast | 47 | and consumer electronics; it was also used in the Sega Dreamcast |