]> git.karo-electronics.de Git - karo-tx-linux.git/commit
uml: remove unused variables in the context switcher
authorKarol Swietlicki <magotari@gmail.com>
Tue, 5 Feb 2008 06:30:49 +0000 (22:30 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:26 +0000 (09:44 -0800)
commit291248fd6e371bcbfb8a77689c5d741a1527488f
tree249acacdd2ca8d8194415f22930b4b5bccc59d32
parentab8cda4347e2ffed658e522c9398932509c278bd
uml: remove unused variables in the context switcher

This patch removes a variable which was not used in two functions.  Yet
another code cleanup, nothing really significant.

Please note that I could not test this on x86_64. I don't have the
hardware for it.

[ jdike - Bits of tidying around the affected code.  Also, it's fine on
x86_64 ]

Signed-off-by: Karol Swietlicki <magotari@gmail.com>
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/ptrace.c
arch/um/sys-i386/tls.c
arch/um/sys-x86_64/syscalls.c