Skip to content
Commit 12fc7306 authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 9b55613f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment