From: Chuck Ebbert <76306.1226@compuserve.com> Date: Tue, 27 Jun 2006 09:53:47 +0000 (-0700) Subject: [PATCH] i386: use C code for current_thread_info() X-Git-Tag: v2.6.18-rc1~565 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c723e084606ca1c81e91b80b2c0c44bde7bbc4df;p=pandora-kernel.git [PATCH] i386: use C code for current_thread_info() Using C code for current_thread_info() lets the compiler optimize it. With gcc 4.0.2, kernel is smaller: text data bss dec hex filename 3645212 555556 312024 4512792 44dc18 2.6.17-rc6-nb-post/vmlinux 3647276 555556 312024 4514856 44e428 2.6.17-rc6-nb/vmlinux ------- -2064 Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com> Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed