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>
This commit is contained in:
parent
90f49c9da0
commit
c16b15f7e8
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue