From: Tim Abbott Date: Fri, 18 Sep 2009 20:32:46 +0000 (-0400) Subject: m32r: Move GET_THREAD_INFO definition out of asm/thread_info.h. X-Git-Tag: v2.6.32-rc1~28^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00b01b246bc2e28763cbd85f0dc949d6c0d38c13;p=pandora-kernel.git m32r: Move GET_THREAD_INFO definition out of asm/thread_info.h. Previously, asm/thread_info.h was not usable from linker scripts because it contains a piece of .macro code. Since that code was only used in the m32r entry.S, the right fix is probably to move the macro there. Signed-off-by: Tim Abbott Signed-off-by: Hirokazu Takata --- Reading git-diff-tree failed