|
@@ -5161,8 +5161,7 @@ void sched_show_task(struct task_struct *p)
|
|
printk(KERN_CONT "%5lu %5d %6d\n", free,
|
|
printk(KERN_CONT "%5lu %5d %6d\n", free,
|
|
task_pid_nr(p), task_pid_nr(p->real_parent));
|
|
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)
|
|
void show_state_filter(unsigned long state_filter)
|