mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
sched: clean up kernel/sched_stat.h
clean up kernel/sched_stat.h. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
c1a89740da
commit
f95e0d1c2a
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ static int show_schedstat(struct seq_file *seq, void *v)
|
|||
sd->lb_nobusyq[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->sbe_count, sd->sbe_balanced, sd->sbe_pushed,
|
||||
sd->sbf_count, sd->sbf_balanced, sd->sbf_pushed,
|
||||
|
|
Loading…
Reference in a new issue