summaryrefslogtreecommitdiffstats
path: root/arch/m32r/include/asm/thread_info.h
diff options
context:
space:
mode:
authorTim Abbott2009-09-18 22:32:45 +0200
committerHirokazu Takata2009-09-22 17:29:38 +0200
commita7efb879ab5b07726873ace8305373bdf68be8a8 (patch)
treecfa26dbf4bb2ca0fbf431239aa2f9ce9a325d519 /arch/m32r/include/asm/thread_info.h
parentm32r: make PAGE_SIZE available to assembly. (diff)
downloadkernel-qcow2-linux-a7efb879ab5b07726873ace8305373bdf68be8a8.tar.gz
kernel-qcow2-linux-a7efb879ab5b07726873ace8305373bdf68be8a8.tar.xz
kernel-qcow2-linux-a7efb879ab5b07726873ace8305373bdf68be8a8.zip
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/thread_info.h')
-rw-r--r--arch/m32r/include/asm/thread_info.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/m32r/include/asm/thread_info.h b/arch/m32r/include/asm/thread_info.h
index 71578151a403..4d6616936c36 100644
--- a/arch/m32r/include/asm/thread_info.h
+++ b/arch/m32r/include/asm/thread_info.h
@@ -55,6 +55,8 @@ struct thread_info {
#define PREEMPT_ACTIVE 0x10000000
+#define THREAD_SIZE (PAGE_SIZE << 1)
+
/*
* macros/functions for gaining access to the thread information structure
*/
@@ -76,8 +78,6 @@ struct thread_info {
#define init_thread_info (init_thread_union.thread_info)
#define init_stack (init_thread_union.stack)
-#define THREAD_SIZE (2*PAGE_SIZE)
-
/* how to get the thread information struct from C */
static inline struct thread_info *current_thread_info(void)
{
@@ -127,8 +127,6 @@ static inline unsigned int get_thread_fault_code(void)
#else /* !__ASSEMBLY__ */
-#define THREAD_SIZE 8192
-
/* how to get the thread information struct from ASM */
#define GET_THREAD_INFO(reg) GET_THREAD_INFO reg
.macro GET_THREAD_INFO reg