Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tobias Klauser and committed by
Ley Foon Tan
c16b15f7 90f49c9d

-1
-1
arch/nios2/kernel/asm-offsets.c
··· 79 79 BLANK(); 80 80 81 81 /* struct thread_info */ 82 - OFFSET(TI_TASK, thread_info, task); 83 82 OFFSET(TI_FLAGS, thread_info, flags); 84 83 OFFSET(TI_PREEMPT_COUNT, thread_info, preempt_count); 85 84 BLANK();