diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 19:23:55 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:16 -0500 |
commit | 0679a858c5439bf4bc05fd211d3690f82fefa5b6 (patch) | |
tree | be14ceaf88aeef764efb0521cc31fad9056fb09c /arch/sh/Kconfig | |
parent | 881e252d6b37d7526008e3dcd4592823d9273e1f (diff) |
sh: switch to generic old sigaction()
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 d69caaf818bb..b5fd9f3c9925 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -42,6 +42,7 @@ config SUPERH | |||
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 | select OLD_SIGSUSPEND |
45 | select OLD_SIGACTION | ||
45 | help | 46 | help |
46 | The SuperH is a RISC processor targeted for use in embedded systems | 47 | The SuperH is a RISC processor targeted for use in embedded systems |
47 | and consumer electronics; it was also used in the Sega Dreamcast | 48 | and consumer electronics; it was also used in the Sega Dreamcast |