From: Matt Fleming Date: Wed, 21 Mar 2012 23:33:46 +0000 (-0700) Subject: sparc: use block_sigmask() X-Git-Tag: v3.4-rc1~158^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce24d8a14207c2036df86d2bd3d14b4393eb51e3;p=pandora-kernel.git sparc: use block_sigmask() Use the new helper function introduced in commit 5e6292c0f28f ("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 Acked-by: "David S. Miller" Signed-off-by: Matt Fleming Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed