Loading kernel/sched.c +1 −2 Original line number Diff line number Diff line Loading @@ -5161,7 +5161,6 @@ 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); } Loading Loading
kernel/sched.c +1 −2 Original line number Diff line number Diff line Loading @@ -5161,7 +5161,6 @@ 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); } Loading