From: Roland McGrath Date: Mon, 28 Apr 2008 07:30:37 +0000 (+1000) Subject: [POWERPC] Define and use TLF_RESTORE_SIGMASK X-Git-Tag: v2.6.27-rc1~1058^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a10174eeafe737f3ccfcece5bdff749c3b044e0;p=pandora-kernel.git [POWERPC] Define and use TLF_RESTORE_SIGMASK Replace TIF_RESTORE_SIGMASK with TLF_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. Signed-off-by: Roland McGrath Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed