From: Ralf Baechle Date: Thu, 26 Apr 2007 14:46:28 +0000 (+0100) Subject: [MIPS] Remove unused _THREAD_SIZE_ORDER from asm-offset.c. X-Git-Tag: v2.6.22-rc1~1129^2~6 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=05bc284a719b778243f51e23c88fe6cefe6b219b;p=safe%2Fjmp%2Flinux-2.6 [MIPS] Remove unused _THREAD_SIZE_ORDER from asm-offset.c. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/asm-offsets.c b/arch/mips/kernel/asm-offsets.c index 222de46..761a779 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;