Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75349
b: refs/heads/master
c: fd0b45d
h: refs/heads/master
i:
  75347: 60bfcf5
v: v3
  • Loading branch information
Linus Torvalds committed Jan 9, 2008
1 parent a55c87e commit 350e44d
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: 1c9b7aa1eb40ab708ef3242f74b9a61487623168
refs/heads/master: fd0b45dfd1858c6b49d06355a460bcf36d654c06
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -4918,7 +4918,7 @@ static void show_task(struct task_struct *p)
}
#endif
printk(KERN_CONT "%5lu %5d %6d\n", free,
task_pid_nr(p), task_pid_nr(p->parent));
task_pid_nr(p), task_pid_nr(p->real_parent));

if (state != TASK_RUNNING)
show_stack(p, NULL);
Expand Down

0 comments on commit 350e44d

Please sign in to comment.