commit | 8d362b0dea1a35bea8d7d281317eb7ccb713edcb | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Fri Sep 02 14:20:06 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Sat Dec 24 21:47:56 2011 +1000 |
tree | 83f410762fc5a61bb876686d19dabe4098e62386 | |
parent | 409ee2455c95495e182379883a568df1d40f5864 [diff] |
m68k: remove duplicate asm offset for task thread.info We have a duplicate name and definition for the offset of the thread.info struct within the task struct in our asm-offsets.c code. Remove one of them, and consolidate to use a single define, TASK_INFO. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>