[PATCH] uml: tidy longjmp macro
authorJeff Dike <jdike@addtoit.com>
Fri, 14 Jul 2006 07:24:02 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 15 Jul 2006 04:53:52 +0000 (21:53 -0700)
commita5df0d1a2c0f7dbd135d978d02daf2d99e62ff7a
tree89824d59364a431d332ce68d548068db4616e68c
parent8477b55ba11a49515b26573a90414b718179c908
[PATCH] uml: tidy longjmp macro

The UML_SETJMP macro was requiring its users to pass in a argument which it
could supply itself, since it wasn't used outside that invocation of the
macro.

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/include/longjmp.h
arch/um/os-Linux/process.c
arch/um/os-Linux/skas/process.c
arch/um/os-Linux/uaccess.c