diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-23 02:19:34 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:15:56 -0500 |
commit | 6bc43c9ee92b4146b56e8758cec73f0990410326 (patch) | |
tree | 407304e2b901b0fd63504e3b1cac7cead529aab5 /arch/h8300/Kconfig | |
parent | 0aa0203fb43f04714004b2c4ad33b858e240555d (diff) | |
download | op-kernel-dev-6bc43c9ee92b4146b56e8758cec73f0990410326.zip op-kernel-dev-6bc43c9ee92b4146b56e8758cec73f0990410326.tar.gz |
h8300: switch to generic sigaltstack
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/h8300/Kconfig')
-rw-r--r-- | arch/h8300/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 2d2efb6..667999e 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -9,6 +9,7 @@ config H8300 select GENERIC_IRQ_SHOW select GENERIC_CPU_DEVICES select MODULES_USE_ELF_RELA + select GENERIC_SIGALTSTACK config SYMBOL_PREFIX string |