diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-04-26 15:46:28 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-04-27 16:20:25 +0100 |
commit | 05bc284a719b778243f51e23c88fe6cefe6b219b (patch) | |
tree | e4ce26dc1c1fb52d687f353984d928c1495776b3 /arch/mips/kernel/asm-offsets.c | |
parent | bea771751c116a690054581902b4144fe5a4520e (diff) | |
download | blackbird-obmc-linux-05bc284a719b778243f51e23c88fe6cefe6b219b.tar.gz blackbird-obmc-linux-05bc284a719b778243f51e23c88fe6cefe6b219b.zip |
[MIPS] Remove unused _THREAD_SIZE_ORDER from asm-offset.c.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/asm-offsets.c')
-rw-r--r-- | arch/mips/kernel/asm-offsets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/asm-offsets.c b/arch/mips/kernel/asm-offsets.c index 222de465db73..761a779d5c4f 100644 --- a/arch/mips/kernel/asm-offsets.c +++ b/arch/mips/kernel/asm-offsets.c @@ -102,7 +102,6 @@ void output_thread_info_defines(void) offset("#define TI_ADDR_LIMIT ", struct thread_info, addr_limit); offset("#define TI_RESTART_BLOCK ", struct thread_info, restart_block); offset("#define TI_REGS ", struct thread_info, regs); - constant("#define _THREAD_SIZE_ORDER ", THREAD_SIZE_ORDER); constant("#define _THREAD_SIZE ", THREAD_SIZE); constant("#define _THREAD_MASK ", THREAD_MASK); linefeed; |