]> git.karo-electronics.de Git - karo-tx-linux.git/commit
uml: current.h cleanup
authorJeff Dike <jdike@addtoit.com>
Tue, 5 Feb 2008 06:30:54 +0000 (22:30 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:28 +0000 (09:44 -0800)
commita5a678c80beac4d163babda243a27eeb9c89bd89
treeabf94fe11f82a642727fcbddceee647c7effc5f2
parent009ec2a915ba52f6b647c4076f4a2e259cba85aa
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 <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/kernel/process.c
arch/um/sys-i386/signal.c
arch/um/sys-x86_64/signal.c
include/asm-um/current.h
include/asm-um/thread_info.h