Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69063
b: refs/heads/master
c: fdd71d1
h: refs/heads/master
i:
  69061: 06cbe48
  69059: 1d51fe6
  69055: 84772f8
v: v3
  • Loading branch information
S.Caglar Onur authored and Ingo Molnar committed Oct 15, 2007
1 parent 3ab9e2e commit c2a094a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8efb56172bc55082b8490778b07ef73eea0b551
refs/heads/master: fdd71d132badad542a9ab99ab4a9c3c08fa6412f
2 changes: 2 additions & 0 deletions trunk/kernel/sched_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq)
SPLIT_NS(spread0));
SEQ_printf(m, " .%-30s: %ld\n", "nr_running", cfs_rq->nr_running);
SEQ_printf(m, " .%-30s: %ld\n", "load", cfs_rq->load.weight);
#ifdef CONFIG_SCHEDSTATS
SEQ_printf(m, " .%-30s: %ld\n", "bkl_cnt",
rq->bkl_cnt);
#endif
}

static void print_cpu(struct seq_file *m, int cpu)
Expand Down

0 comments on commit c2a094a

Please sign in to comment.