Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279700
b: refs/heads/master
c: 8d362b0
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Dec 24, 2011
1 parent e7c4c30 commit acdba50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 409ee2455c95495e182379883a568df1d40f5864
refs/heads/master: 8d362b0dea1a35bea8d7d281317eb7ccb713edcb
2 changes: 1 addition & 1 deletion trunk/arch/m68k/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct thread_info {
#define task_thread_info(tsk) ((struct thread_info *) NULL)
#else
#include <asm/asm-offsets.h>
#define task_thread_info(tsk) ((struct thread_info *)((char *)tsk+TASK_TINFO))
#define task_thread_info(tsk) ((struct thread_info *)((char *)tsk+TASK_INFO))
#endif

#define init_thread_info (init_task.thread.info)
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/m68k/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ int main(void)
DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
DEFINE(TASK_MM, offsetof(struct task_struct, mm));
DEFINE(TASK_INFO, offsetof(struct task_struct, thread.info));
DEFINE(TASK_TINFO, offsetof(struct task_struct, thread.info));

/* offsets into the thread struct */
DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
Expand Down

0 comments on commit acdba50

Please sign in to comment.