m32r: Define THREAD_SIZE only once.
authorTim Abbott <tabbott@ksplice.com>
Fri, 18 Sep 2009 20:32:45 +0000 (16:32 -0400)
committerHirokazu Takata <takata@linux-m32r.org>
Tue, 22 Sep 2009 15:29:38 +0000 (00:29 +0900)
commita7efb879ab5b07726873ace8305373bdf68be8a8
treecfa26dbf4bb2ca0fbf431239aa2f9ce9a325d519
parent8b1c9befbfbd443bd95e77db01c70f1741aa2511
m32r: Define THREAD_SIZE only once.

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>
arch/m32r/include/asm/processor.h
arch/m32r/include/asm/thread_info.h