projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f49c9
)
nios2: asm-offsets: Remove unused definition TI_TASK
author
Tobias Klauser
<tklauser@distanz.ch>
Mon, 24 Nov 2014 07:52:55 +0000
(15:52 +0800)
committer
Ley 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/nios2/kernel/asm-offsets.c
b/arch/nios2/kernel/asm-offsets.c
index 3852f5c970aa92c1df00975744d3defaf06b4188..c3ee73c18b713e3d445a13f5b3b179cc06e2e979 100644
(file)
--- a/
arch/nios2/kernel/asm-offsets.c
+++ b/
arch/nios2/kernel/asm-offsets.c
@@
-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();