Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142912
b: refs/heads/master
c: 46e0bb9
h: refs/heads/master
v: v3
  • Loading branch information
Gautham R Shenoy authored and Ingo Molnar committed Apr 1, 2009
1 parent d13741f commit 880f852
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: ef12fefabf94b6a902ad3abd3eb124b00560c445
refs/heads/master: 46e0bb9c12f4bab539736f1714cbf16600f681ec
3 changes: 2 additions & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -6963,7 +6963,8 @@ static int sched_domain_debug_one(struct sched_domain *sd, int cpu, int level,
cpumask_or(groupmask, groupmask, sched_group_cpus(group));

cpulist_scnprintf(str, sizeof(str), sched_group_cpus(group));
printk(KERN_CONT " %s", str);
printk(KERN_CONT " %s (__cpu_power = %d)", str,
group->__cpu_power);

group = group->next;
} while (group != sd->groups);
Expand Down

0 comments on commit 880f852

Please sign in to comment.