Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99519
b: refs/heads/master
c: dedd491
h: refs/heads/master
i:
  99517: 9230eee
  99515: 7754f9d
  99511: 01ea618
  99503: 8888e1e
  99487: 4d37fdc
  99455: 5ab95b0
v: v3
  • Loading branch information
Ingo Molnar authored and Thomas Gleixner committed May 17, 2008
1 parent 5c88869 commit 0f1fb41
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8a6c160a2a13d82c75a50af7282b906cce948df5
refs/heads/master: dedd4915af40cff6614707c50dcae43d17beadec
4 changes: 2 additions & 2 deletions trunk/include/asm-x86/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ struct exec_domain;
struct thread_info {
struct task_struct *task; /* main task structure */
struct exec_domain *exec_domain; /* execution domain */
__u32 flags; /* low level flags */
unsigned long flags; /* low level flags */
__u32 status; /* thread synchronous flags */
__u32 cpu; /* current CPU */
int preempt_count; /* 0 => preemptable,
int preempt_count; /* 0 => preemptable,
<0 => BUG */
mm_segment_t addr_limit;
struct restart_block restart_block;
Expand Down

0 comments on commit 0f1fb41

Please sign in to comment.