Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145707
b: refs/heads/master
c: 13318a7
h: refs/heads/master
i:
  145705: 2bc0b27
  145703: adc6ccc
v: v3
  • Loading branch information
Miao Xie authored and Ingo Molnar committed Apr 15, 2009
1 parent eea3328 commit 5a378f0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 78ddb08feb7d4fbe3c0a9931804c51ee58be4023
refs/heads/master: 13318a7186d8e0ae08c996ea4111a945e7789772
4 changes: 2 additions & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -7995,7 +7995,7 @@ static void init_numa_sched_groups_power(struct sched_group *group_head)
struct sched_domain *sd;

sd = &per_cpu(phys_domains, j).sd;
if (j != cpumask_first(sched_group_cpus(sd->groups))) {
if (j != group_first_cpu(sd->groups)) {
/*
* Only add "power" once for each
* physical package.
Expand Down Expand Up @@ -8073,7 +8073,7 @@ static void init_sched_groups_power(int cpu, struct sched_domain *sd)

WARN_ON(!sd || !sd->groups);

if (cpu != cpumask_first(sched_group_cpus(sd->groups)))
if (cpu != group_first_cpu(sd->groups))
return;

child = sd->child;
Expand Down

0 comments on commit 5a378f0

Please sign in to comment.