[POWERPC] Define and use TLF_RESTORE_SIGMASK
authorRoland McGrath <roland@redhat.com>
Mon, 28 Apr 2008 07:30:37 +0000 (17:30 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 14 May 2008 12:31:33 +0000 (22:31 +1000)
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 <roland@redhat.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found