]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: get rid of needless #if in signal handling code
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 16 Sep 2015 10:08:49 +0000 (11:08 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 16 Sep 2015 22:58:46 +0000 (23:58 +0100)
commita90b8bbb2737ab7a4b9794afd8d40a04e5ba36f6
treef9d24c12835f079f58861726c24c098132c1b5f1
parent99cf96d17b4b0946b64b11995b379ebf006baff4
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>
arch/arm/kernel/signal.c