diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 13:58:56 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:21 -0500 |
commit | 03e275959850f51754d3952489c36f4b1410856d (patch) | |
tree | 2f5005738d4145ea5198c073a9e4ec8aafe912a3 /arch/tile | |
parent | 47669ab0361558a734e42f78196636d70201e44f (diff) | |
download | linux-3.10-03e275959850f51754d3952489c36f4b1410856d.tar.gz linux-3.10-03e275959850f51754d3952489c36f4b1410856d.tar.bz2 linux-3.10-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/Kconfig | 2 |
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 select GENERIC_CLOCKEVENTS select MODULES_USE_ELF_RELA select GENERIC_SIGALTSTACK + select GENERIC_COMPAT_RT_SIGPROCMASK + select GENERIC_COMPAT_RT_SIGPENDING # FIXME: investigate whether we need/want these options. # select HAVE_IOREMAP_PROT |