git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b55613
)
ARM: get rid of needless #if in signal handling code
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 16 Sep 2015 10:08:49 +0000
(11:08 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 16 Sep 2015 22:58:46 +0000
(23:58 +0100)
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
patch
|
blob
|
history
diff --cc
arch/arm/kernel/signal.c
Simple merge