From: Eric W. Biederman Date: Wed, 27 Sep 2006 08:51:13 +0000 (-0700) Subject: [PATCH] de_thread: Use tsk not current X-Git-Tag: v2.6.19-rc1~906 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aafe6c2a2b6bce5a3a4913ce5c07e85ea143144d;p=pandora-kernel.git [PATCH] de_thread: Use tsk not current Ingo Oeser pointed out that because current expands to an inline function it is more space efficient and somewhat faster to simply keep a cached copy of current in another variable. This patch implements that for the de_thread function. (akpm: saves nearly 100 bytes of text on x86) Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed