From: Jeff Dike Date: Thu, 19 Jan 2006 01:42:50 +0000 (-0800) Subject: [PATCH] uml: use setjmp/longjmp instead of sigsetjmp/siglongjmp X-Git-Tag: v2.6.16-rc2~326 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c83d4635ee8c8fe16046ff6cabcff708be16df75;p=pandora-kernel.git [PATCH] uml: use setjmp/longjmp instead of sigsetjmp/siglongjmp Now that we are doing soft interrupts, there's no point in using sigsetjmp and siglongjmp. Using setjmp and longjmp saves a sigprocmask on every jump. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed