[PATCH] uml: add TIF_RESTORE_SIGMASK support
commit2fc10620e741153329e2f1cbcde76e526f501410
authorJeff Dike <jdike@addtoit.com>
Thu, 19 Jan 2006 01:44:02 +0000 (18 17:44 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 19 Jan 2006 03:20:30 +0000 (18 19:20 -0800)
treed93344bc160f4f2455d4a4947d6347c1ff9b6fd2
parentf27201da5c8f118cfe266f51447bdd108d5f081d
[PATCH] uml: add TIF_RESTORE_SIGMASK support

Add support for TIF_RESTORE_SIGMASK.  I copy the i386 handling of the flag.
sys_sigsuspend is also changed to follow i386.
Also a bit of cleanup -
   turn an if into a switch
   get rid of a couple more emacs formatting comments

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/signal_kern.c
include/asm-um/thread_info.h