From: Jeff Dike Date: Wed, 19 Apr 2006 05:21:41 +0000 (-0700) Subject: [PATCH] uml: change sigjmp_buf to jmp_buf X-Git-Tag: v2.6.17-rc3~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad28e029789ef46aebdfb9ece01d431ce1c637c8;p=pandora-kernel.git [PATCH] uml: change sigjmp_buf to jmp_buf Clean up the jmpbuf code. Since softints, we no longer use sig_setjmp, so the UML_SIGSETJMP wrapper now has a misleading name. Also, I forgot to change the buffers from sigjmp_buf to jmp_buf. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed