aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile
diff options
context:
space:
mode:
authorAl Viro2012-12-25 12:58:56 -0600
committerAl Viro2013-02-03 17:16:21 -0600
commit03e275959850f51754d3952489c36f4b1410856d (patch)
tree2f5005738d4145ea5198c073a9e4ec8aafe912a3 /arch/tile
parent47669ab0361558a734e42f78196636d70201e44f (diff)
downloadam43-linux-kernel-03e275959850f51754d3952489c36f4b1410856d.tar.gz
am43-linux-kernel-03e275959850f51754d3952489c36f4b1410856d.tar.xz
am43-linux-kernel-03e275959850f51754d3952489c36f4b1410856d.zip
tile: switch to generic compat rt_sig{procmask,pending}()
note that the only systems that are going to care are big-endian 64bit ones with 32bit compat enabled - little-endian bitmaps are not sensitive to granularity. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/tile')
-rw-r--r--arch/tile/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
index dae6ac1eac6..cf33ba4992b 100644
--- a/arch/tile/Kconfig
+++ b/arch/tile/Kconfig
@@ -22,6 +22,8 @@ config TILE
22 select GENERIC_CLOCKEVENTS 22 select GENERIC_CLOCKEVENTS
23 select MODULES_USE_ELF_RELA 23 select MODULES_USE_ELF_RELA
24 select GENERIC_SIGALTSTACK 24 select GENERIC_SIGALTSTACK
25 select GENERIC_COMPAT_RT_SIGPROCMASK
26 select GENERIC_COMPAT_RT_SIGPENDING
25 27
26# FIXME: investigate whether we need/want these options. 28# FIXME: investigate whether we need/want these options.
27# select HAVE_IOREMAP_PROT 29# select HAVE_IOREMAP_PROT