Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277403
b: refs/heads/master
c: 07cde26
h: refs/heads/master
i:
  277401: 6873678
  277399: 5d45750
v: v3
  • Loading branch information
Kees Cook authored and Ingo Molnar committed Dec 16, 2011
1 parent 93e49f1 commit f95d7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: abd63bc3a0f65ae9d85bc3b1bb067d3e3c2b2cc2
refs/heads/master: 07cde2608a3b5c66515363f1b53623b1536b9785
2 changes: 1 addition & 1 deletion trunk/kernel/sched/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4784,7 +4784,7 @@ void sched_show_task(struct task_struct *p)
free = stack_not_used(p);
#endif
printk(KERN_CONT "%5lu %5d %6d 0x%08lx\n", free,
task_pid_nr(p), task_pid_nr(p->real_parent),
task_pid_nr(p), task_pid_nr(rcu_dereference(p->real_parent)),
(unsigned long)task_thread_info(p)->flags);

show_stack(p, NULL);
Expand Down

0 comments on commit f95d7a9

Please sign in to comment.