Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143499
b: refs/heads/master
c: 381512c
h: refs/heads/master
i:
  143497: 891e525
  143495: b11a9f9
v: v3
  • Loading branch information
Gautham R Shenoy authored and Ingo Molnar committed Apr 16, 2009
1 parent 03ef3dd commit e9ca97d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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: 132380a06b24704fd6c9be55c44d4ef3972cead2
refs/heads/master: 381512cf3d27f63f7a45b1bbe7d2d609c2ea3b74
8 changes: 6 additions & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -7367,8 +7367,12 @@ 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 (__cpu_power = %d)", str,
group->__cpu_power);

printk(KERN_CONT " %s", str);
if (group->__cpu_power != SCHED_LOAD_SCALE) {
printk(KERN_CONT " (__cpu_power = %d)",
group->__cpu_power);
}

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

0 comments on commit e9ca97d

Please sign in to comment.