[PATCH] Add TIF_RESTORE_SIGMASK
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:26 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:26 +0000 (10:52 +0200)
commit1d001df19d5323e642ba8ac821c713675ebccd82
tree6eec46bca129524fc6e9ee55772a3943ff091a2f
parent3adbbcce9a49b900d4cc118cdccfdefa78bf1afb
[PATCH] Add TIF_RESTORE_SIGMASK

We need TIF_RESTORE_SIGMASK in order to support ppoll() and pselect()
system calls. This patch originally came from Andi, and was based
heavily on David Howells' implementation of same on i386. I fixed a typo
which was causing do_signal() to use the wrong signal mask.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/ia32/ia32_signal.c
arch/x86_64/kernel/signal.c
include/asm-x86_64/signal.h
include/asm-x86_64/thread_info.h
include/asm-x86_64/unistd.h