Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172681
b: refs/heads/master
c: 5cdef24
h: refs/heads/master
i:
  172679: 0cf5e59
v: v3
  • Loading branch information
Tim Abbott authored and Geert Uytterhoeven committed Dec 6, 2009
1 parent 26db9f3 commit befc4eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: f60a5572679ef8508b62bd82063b05ffbe838716
refs/heads/master: 5cdef24b2ab44ca587d46d212468b0cfb5b83a59
5 changes: 4 additions & 1 deletion trunk/arch/m68k/include/asm/thread_info_mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#ifndef ASM_OFFSETS_C
#include <asm/asm-offsets.h>
#endif
#include <asm/current.h>
#include <asm/types.h>
#include <asm/page.h>

#ifndef __ASSEMBLY__
#include <asm/current.h>

struct thread_info {
struct task_struct *task; /* main task structure */
unsigned long flags;
Expand All @@ -16,6 +18,7 @@ struct thread_info {
__u32 cpu; /* should always be 0 on m68k */
struct restart_block restart_block;
};
#endif /* __ASSEMBLY__ */

#define PREEMPT_ACTIVE 0x4000000

Expand Down

0 comments on commit befc4eb

Please sign in to comment.