commit | 27d91e07f9b863fa94491ffafe250580f0c2ce78 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Fri Sep 29 02:00:31 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 29 09:18:15 2006 -0700 |
tree | 0e5237670110b70496d68398e68a071c43c9e03e | |
parent | b9ecb2bd5d3ab8904752685696cb76aac1f3fef2 [diff] |
[PATCH] __dequeue_signal() cleanup This tightens up __dequeue_signal a little. It also avoids doing recalc_sigpending twice in a row, instead doing it once in dequeue_signal. Signed-off-by: Roland McGrath <roland@redhat.com> Cc: Oleg Nesterov <oleg@tv-sign.ru> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>