commit | 12fc7306e6ffae4e86680892f2286063d7d6eae7 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Sep 16 11:08:49 2015 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Sep 16 23:58:46 2015 +0100 |
tree | f9d24c12835f079f58861726c24c098132c1b5f1 | |
parent | 9b55613f42e8d40d5c9ccb8970bde6af4764b2ab [diff] |
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 <rmk+kernel@arm.linux.org.uk>