summaryrefslogtreecommitdiff
path: root/arch/m32r/include/asm/processor.h
diff options
context:
space:
mode:
authorTim Abbott <tabbott@ksplice.com>2009-09-18 16:32:45 -0400
committerHirokazu Takata <takata@linux-m32r.org>2009-09-23 00:29:38 +0900
commita7efb879ab5b07726873ace8305373bdf68be8a8 (patch)
treecfa26dbf4bb2ca0fbf431239aa2f9ce9a325d519 /arch/m32r/include/asm/processor.h
parent8b1c9befbfbd443bd95e77db01c70f1741aa2511 (diff)
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>
Diffstat (limited to 'arch/m32r/include/asm/processor.h')
-rw-r--r--arch/m32r/include/asm/processor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m32r/include/asm/processor.h b/arch/m32r/include/asm/processor.h
index 1a997fc148a2..8397c249989b 100644
--- a/arch/m32r/include/asm/processor.h
+++ b/arch/m32r/include/asm/processor.h
@@ -140,8 +140,6 @@ unsigned long get_wchan(struct task_struct *p);
#define KSTK_EIP(tsk) ((tsk)->thread.lr)
#define KSTK_ESP(tsk) ((tsk)->thread.sp)
-#define THREAD_SIZE (2*PAGE_SIZE)
-
#define cpu_relax() barrier()
#endif /* _ASM_M32R_PROCESSOR_H */