Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74299
b: refs/heads/master
c: f95e0d1
h: refs/heads/master
i:
  74297: c43fc21
  74295: 394e84d
v: v3
  • Loading branch information
Ingo Molnar committed Nov 28, 2007
1 parent 4cd6e6e commit 2197f87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1a89740da168d3431f2f4e7c3b03daacbb55be1
refs/heads/master: f95e0d1c2ad668c77aa4b272c076faf3aa0d631c
3 changes: 2 additions & 1 deletion trunk/kernel/sched_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2197f87

Please sign in to comment.