Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32909
b: refs/heads/master
c: f712c0c
h: refs/heads/master
i:
  32907: 428f962
v: v3
  • Loading branch information
Siddha, Suresh B authored and Linus Torvalds committed Jul 31, 2006
1 parent effbc84 commit 19b09ec
Show file tree
Hide file tree
Showing 2 changed files with 7 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: b6ff50833ad43a8ebd9b16bf53c334f7aaf33c41
refs/heads/master: f712c0c7e1796f92e45e4de144e247816d974b8f
7 changes: 6 additions & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -6494,7 +6494,12 @@ static int build_sched_domains(const cpumask_t *cpu_map)
for (i = 0; i < MAX_NUMNODES; i++)
init_numa_sched_groups_power(sched_group_nodes[i]);

init_numa_sched_groups_power(sched_group_allnodes);
if (sched_group_allnodes) {
int group = cpu_to_allnodes_group(first_cpu(*cpu_map));
struct sched_group *sg = &sched_group_allnodes[group];

init_numa_sched_groups_power(sg);
}
#endif

/* Attach the domains */
Expand Down

0 comments on commit 19b09ec

Please sign in to comment.