diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-11-24 02:52:55 -0500 |
---|---|---|
committer | Ley Foon Tan <lftan@altera.com> | 2014-12-07 23:56:12 -0500 |
commit | c16b15f7e86526fdabf1295db5ffa0db12ec9950 (patch) | |
tree | 2821318a7c62acdbee75c78a5924d0ced3b03950 /arch/nios2/kernel | |
parent | 90f49c9da0f0fae198c1a90be38bc9679921b9d1 (diff) |
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>
Diffstat (limited to 'arch/nios2/kernel')
-rw-r--r-- | arch/nios2/kernel/asm-offsets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/kernel/asm-offsets.c b/arch/nios2/kernel/asm-offsets.c index 3852f5c970aa..c3ee73c18b71 100644 --- a/arch/nios2/kernel/asm-offsets.c +++ b/arch/nios2/kernel/asm-offsets.c | |||
@@ -79,7 +79,6 @@ int main(void) | |||
79 | BLANK(); | 79 | BLANK(); |
80 | 80 | ||
81 | /* struct thread_info */ | 81 | /* struct thread_info */ |
82 | OFFSET(TI_TASK, thread_info, task); | ||
83 | OFFSET(TI_FLAGS, thread_info, flags); | 82 | OFFSET(TI_FLAGS, thread_info, flags); |
84 | OFFSET(TI_PREEMPT_COUNT, thread_info, preempt_count); | 83 | OFFSET(TI_PREEMPT_COUNT, thread_info, preempt_count); |
85 | BLANK(); | 84 | BLANK(); |