diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-26 01:29:48 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 03:15:47 +0400 |
commit | b68fec2416314cf21e790d1f5161f9ed12c5a3ab (patch) | |
tree | 35b117ee6f77d6ed24f9ba943ee747b0a65767f6 /arch/arm/Kconfig | |
parent | ec93ac8663ad5fcccd44c3768b23c93b87610fc2 (diff) | |
download | linux-b68fec2416314cf21e790d1f5161f9ed12c5a3ab.tar.xz |
arm: switch to generic old sigsuspend
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index caf0ba73ea38..614c49716ae7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -57,6 +57,7 @@ config ARM select MODULES_USE_ELF_REL select CLONE_BACKWARDS select GENERIC_SIGALTSTACK + select OLD_SIGSUSPEND3 help The ARM series is a line of low-power-consumption RISC chip designs licensed by ARM Ltd and targeted at embedded applications and |