diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 19:58:56 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 00:16:21 +0100 |
commit | 03e275959850f51754d3952489c36f4b1410856d (patch) | |
tree | 2f5005738d4145ea5198c073a9e4ec8aafe912a3 /arch/tile | |
parent | tile: switch to generic sigaltstack (diff) | |
download | linux-03e275959850f51754d3952489c36f4b1410856d.tar.xz linux-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 dae6ac1eac62..cf33ba4992bb 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 |