From: Russell King Date: Wed, 16 Sep 2015 10:08:49 +0000 (+0100) Subject: ARM: get rid of needless #if in signal handling code X-Git-Tag: omap-for-v4.3/fixes-rc5~104^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12fc7306e6ffae4e86680892f2286063d7d6eae7;p=pandora-kernel.git ARM: get rid of needless #if in signal handling code Remove the #if statement which caused trouble for kernels that support both ARMv6 and ARMv7. Older architectures do not implement these bits, so it should be safe to always clear them. Signed-off-by: Russell King --- Reading git-diff-tree failed