commit | 7a10174eeafe737f3ccfcece5bdff749c3b044e0 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Mon Apr 28 17:30:37 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed May 14 22:31:33 2008 +1000 |
tree | 96d3139ed19153e3369683d6b71cd74852fd1ef5 | |
parent | 140b932f8cb6cced10b96860651a198b1b89cbb9 [diff] |
[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 <roland@redhat.com> Signed-off-by: Paul Mackerras <paulus@samba.org>