From: Paul Mundt Date: Wed, 14 Oct 2009 07:05:42 +0000 (+0900) Subject: sh: TS_RESTORE_SIGMASK conversion. X-Git-Tag: v2.6.33-rc1~347^2~27^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56bfc42f6cba3e831094c01a23fbbb17a20bbdf8;p=pandora-kernel.git sh: TS_RESTORE_SIGMASK conversion. Replace TIF_RESTORE_SIGMASK with TS_RESTORE_SIGMASK and define our own set_restore_sigmask() function. This saves the costly SMP-safe set_bit operation, which we do not need for the sigmask flag since TIF_SIGPENDING always has to be set too. Based on the x86 and powerpc change. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed