Loading kernel/sched_debug.c +2 −4 Original line number Diff line number Diff line Loading @@ -60,10 +60,8 @@ static void print_rq(struct seq_file *m, struct rq *rq, int rq_cpu) "\nrunnable tasks:\n" " task PID tree-key switches prio" " exec-runtime sum-exec sum-sleep\n" "------------------------------------------------------------------" "--------------------------------" "------------------------------------------------" "--------------------------------\n"); "------------------------------------------------------" "------------------------------------------------"); read_lock_irq(&tasklist_lock); Loading Loading
kernel/sched_debug.c +2 −4 Original line number Diff line number Diff line Loading @@ -60,10 +60,8 @@ static void print_rq(struct seq_file *m, struct rq *rq, int rq_cpu) "\nrunnable tasks:\n" " task PID tree-key switches prio" " exec-runtime sum-exec sum-sleep\n" "------------------------------------------------------------------" "--------------------------------" "------------------------------------------------" "--------------------------------\n"); "------------------------------------------------------" "------------------------------------------------"); read_lock_irq(&tasklist_lock); Loading