diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 16:29:48 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:15:47 -0500 |
commit | b68fec2416314cf21e790d1f5161f9ed12c5a3ab (patch) | |
tree | 35b117ee6f77d6ed24f9ba943ee747b0a65767f6 /arch/arm/Kconfig | |
parent | ec93ac8663ad5fcccd44c3768b23c93b87610fc2 (diff) | |
download | op-kernel-dev-b68fec2416314cf21e790d1f5161f9ed12c5a3ab.zip op-kernel-dev-b68fec2416314cf21e790d1f5161f9ed12c5a3ab.tar.gz |
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 caf0ba7..614c497 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 |