Commit f95e0d1c authored by Ingo Molnar's avatar Ingo Molnar

sched: clean up kernel/sched_stat.h

clean up kernel/sched_stat.h.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent c1a89740
...@@ -52,7 +52,8 @@ static int show_schedstat(struct seq_file *seq, void *v) ...@@ -52,7 +52,8 @@ static int show_schedstat(struct seq_file *seq, void *v)
sd->lb_nobusyq[itype], sd->lb_nobusyq[itype],
sd->lb_nobusyg[itype]); sd->lb_nobusyg[itype]);
} }
seq_printf(seq, " %u %u %u %u %u %u %u %u %u %u %u %u\n", seq_printf(seq,
" %u %u %u %u %u %u %u %u %u %u %u %u\n",
sd->alb_count, sd->alb_failed, sd->alb_pushed, sd->alb_count, sd->alb_failed, sd->alb_pushed,
sd->sbe_count, sd->sbe_balanced, sd->sbe_pushed, sd->sbe_count, sd->sbe_balanced, sd->sbe_pushed,
sd->sbf_count, sd->sbf_balanced, sd->sbf_pushed, sd->sbf_count, sd->sbf_balanced, sd->sbf_pushed,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment