From: Jeff Dike Date: Tue, 5 Feb 2008 06:30:54 +0000 (-0800) Subject: uml: current.h cleanup X-Git-Tag: v2.6.25-rc1~839 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5a678c80beac4d163babda243a27eeb9c89bd89;p=pandora-kernel.git uml: current.h cleanup Tidy current-related stuff. There was a comment in current.h saying that current_thread was obsolete, so this patch turns all instances of current_thread into current_thread_info(). There's some simplifying of the result in arch/um/sys-i386/signal.c. current.h and thread_info also get style cleanups. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed