nios2: asm-offsets: Remove unused definition TI_TASK
authorTobias Klauser <tklauser@distanz.ch>
Mon, 24 Nov 2014 07:52:55 +0000 (15:52 +0800)
committerLey Foon Tan <lftan@altera.com>
Mon, 8 Dec 2014 04:56:12 +0000 (12:56 +0800)
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>
arch/nios2/kernel/asm-offsets.c

index 3852f5c..c3ee73c 100644 (file)
@@ -79,7 +79,6 @@ int main(void)
        BLANK();
 
        /* struct thread_info */
-       OFFSET(TI_TASK, thread_info, task);
        OFFSET(TI_FLAGS, thread_info, flags);
        OFFSET(TI_PREEMPT_COUNT, thread_info, preempt_count);
        BLANK();