From: Andi Kleen Date: Tue, 26 Sep 2006 08:52:26 +0000 (+0200) Subject: [PATCH] Add TIF_RESTORE_SIGMASK X-Git-Tag: v2.6.19-rc1~1077^2~215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d001df19d5323e642ba8ac821c713675ebccd82;p=pandora-kernel.git [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 Signed-off-by: Andi Kleen --- Reading git-diff-tree failed