Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145711
b: refs/heads/master
c: aa47b7e
h: refs/heads/master
i:
  145709: 8b1ac9a
  145707: 5a378f0
  145703: adc6ccc
  145695: e412955
v: v3
  • Loading branch information
David Rientjes authored and Ingo Molnar committed May 7, 2009
1 parent df5d8aa commit 10ce076
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 60aa605dfce2976e54fa76e805ab0f221372d4d9
refs/heads/master: aa47b7e0f89b9998dad4d1667447e8cb7703ff4e
5 changes: 3 additions & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -6610,8 +6610,9 @@ void sched_show_task(struct task_struct *p)
#ifdef CONFIG_DEBUG_STACK_USAGE
free = stack_not_used(p);
#endif
printk(KERN_CONT "%5lu %5d %6d\n", free,
task_pid_nr(p), task_pid_nr(p->real_parent));
printk(KERN_CONT "%5lu %5d %6d 0x%08lx\n", free,
task_pid_nr(p), task_pid_nr(p->real_parent),
(unsigned long)task_thread_info(p)->flags);

show_stack(p, NULL);
}
Expand Down

0 comments on commit 10ce076

Please sign in to comment.