m32r: Move GET_THREAD_INFO definition out of asm/thread_info.h.
authorTim Abbott <tabbott@ksplice.com>
Fri, 18 Sep 2009 20:32:46 +0000 (16:32 -0400)
committerHirokazu Takata <takata@linux-m32r.org>
Tue, 22 Sep 2009 15:29:39 +0000 (00:29 +0900)
commit00b01b246bc2e28763cbd85f0dc949d6c0d38c13
treeb00707b24b74d05da33e6d35ef0711a8bef812bf
parenta7efb879ab5b07726873ace8305373bdf68be8a8
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 <tabbott@ksplice.com>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
arch/m32r/include/asm/thread_info.h
arch/m32r/kernel/entry.S