]> git.baikalelectronics.ru Git - kernel.git/commit
sparc: use block_sigmask()
authorMatt Fleming <matt.fleming@intel.com>
Wed, 21 Mar 2012 23:33:46 +0000 (16:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Mar 2012 00:54:55 +0000 (17:54 -0700)
commitefac3aca87b654e952628207a1adb0e830f34f1c
tree41644b88fc0b226c7fcf1c935ac262a07e94aac1
parent754d8d92d876a9b50ced2c00dcbe6012f14a2846
sparc: use block_sigmask()

Use the new helper function introduced in commit ccf3ec479ae8 ("signal:
add block_sigmask() for adding sigmask to current->blocked") which
centralises the code for updating current->blocked after successfully
delivering a signal and reduces the amount of duplicate code across
architectures.  In the past some architectures got this code wrong, so
using this helper function should stop that from happening again.

Acked-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/sparc/kernel/signal32.c
arch/sparc/kernel/signal_32.c
arch/sparc/kernel/signal_64.c