From: Haavard Skinnemoen Date: Tue, 27 Nov 2007 13:10:58 +0000 (+0100) Subject: [AVR32] Add TIF_RESTORE_SIGMASK to the work masks X-Git-Tag: v2.6.24-rc5~51^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=702f22b306c8357b3ef5012b5a8ce062e1d11b4e;p=pandora-kernel.git [AVR32] Add TIF_RESTORE_SIGMASK to the work masks We really need to check TIF_RESTORE_SIGMASK before returning to userspace. The existing code does not necessarily do this. Define the work masks as a bitwise OR of the respective flags instead of a hardcoded hex value to make it easier to spot errors like this in the future. Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed