From: Al Viro Date: Mon, 26 Nov 2012 04:12:10 +0000 (-0500) Subject: sanitize rt_sigaction() situation a bit X-Git-Tag: v3.9-rc1~98^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaca6eae3e0c41d41fcb9d1d70e00934988dff2e;p=pandora-kernel.git sanitize rt_sigaction() situation a bit Switch from __ARCH_WANT_SYS_RT_SIGACTION to opposite (!CONFIG_ODD_RT_SIGACTION); the only two architectures that need it are alpha and sparc. The reason for use of CONFIG_... instead of __ARCH_... is that it's needed only kernel-side and doing it that way avoids a mess with include order on many architectures. Signed-off-by: Al Viro --- Reading git-diff-tree failed