Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information