Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42902
b: refs/heads/master
c: 301827a
h: refs/heads/master
v: v3
  • Loading branch information
Chris Caputo authored and Linus Torvalds committed Dec 7, 2006
1 parent c024fca commit 9828f8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: bd9b0bac6f601655044fc35978e26231dffee03e
refs/heads/master: 301827acbe49d0ba7ec9770803970893ac9ded97
8 changes: 4 additions & 4 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -4822,12 +4822,12 @@ void show_state_filter(unsigned long state_filter)

#if (BITS_PER_LONG == 32)
printk("\n"
" sibling\n");
printk(" task PC pid father child younger older\n");
" free sibling\n");
printk(" task PC stack pid father child younger older\n");
#else
printk("\n"
" sibling\n");
printk(" task PC pid father child younger older\n");
" free sibling\n");
printk(" task PC stack pid father child younger older\n");
#endif
read_lock(&tasklist_lock);
do_each_thread(g, p) {
Expand Down

0 comments on commit 9828f8d

Please sign in to comment.