aboutsummaryrefslogtreecommitdiff
path: root/arch/m32r/include/asm/processor.h
AgeCommit message (Collapse)AuthorFilesLines
2009-09-23m32r: Define THREAD_SIZE only once.Tim Abbott1-2/+0
Previously, m32r's asm/thread_info.h defined THREAD_SIZE differently for assembly and C code; now that PAGE_SIZE is usable from assembly, these can be combined. Also, m32r's asm/processor.h redefines THREAD_SIZE to the same value; remove this redundant definition. Signed-off-by: Tim Abbott <tabbott@ksplice.com> Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
2009-04-17m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata1-0/+147
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>