Browse Source

nios2: asm-offsets: Remove unused definition TI_TASK

TI_TASK is not used in nios2 assembly code, so remove it.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Ley Foon Tan <lftan@altera.com>
Tobias Klauser 10 years ago
parent
commit
c16b15f7e8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/nios2/kernel/asm-offsets.c

+ 0 - 1
arch/nios2/kernel/asm-offsets.c

@@ -79,7 +79,6 @@ int main(void)
 	BLANK();
 	BLANK();
 
 
 	/* struct thread_info */
 	/* struct thread_info */
-	OFFSET(TI_TASK, thread_info, task);
 	OFFSET(TI_FLAGS, thread_info, flags);
 	OFFSET(TI_FLAGS, thread_info, flags);
 	OFFSET(TI_PREEMPT_COUNT, thread_info, preempt_count);
 	OFFSET(TI_PREEMPT_COUNT, thread_info, preempt_count);
 	BLANK();
 	BLANK();