Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76201
b: refs/heads/master
c: 5fb5e6d
h: refs/heads/master
i:
  76199: 8a12033
v: v3
  • Loading branch information
Nick Piggin authored and Ingo Molnar committed Jan 25, 2008
1 parent 287849a commit dbe7ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 19ef9309273d26cb005cb23e6a370353dca91099
refs/heads/master: 5fb5e6de55860a99c2d8fe7e0c8222d5c53d8464
3 changes: 1 addition & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -5161,8 +5161,7 @@ void sched_show_task(struct task_struct *p)
printk(KERN_CONT "%5lu %5d %6d\n", free,
task_pid_nr(p), task_pid_nr(p->real_parent));

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

void show_state_filter(unsigned long state_filter)
Expand Down

0 comments on commit dbe7ad6

Please sign in to comment.