Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5992
b: refs/heads/master
c: 3725822
h: refs/heads/master
v: v3
  • Loading branch information
Paul Jackson authored and Linus Torvalds committed Aug 24, 2005
1 parent 4257b9c commit 952b448
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 40bb0c3ef52d872de348e10000eb5432a43a147d
refs/heads/master: 3725822f7c7134249addcd4549aff086950c8090
4 changes: 3 additions & 1 deletion trunk/kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,9 @@ static void update_cpu_domains(struct cpuset *cur)
int i, j;

for_each_cpu_mask(i, cur->cpus_allowed) {
for_each_cpu_mask(j, node_to_cpumask(cpu_to_node(i))) {
cpumask_t mask = node_to_cpumask(cpu_to_node(i));

for_each_cpu_mask(j, mask) {
if (!cpu_isset(j, cur->cpus_allowed))
return;
}
Expand Down

0 comments on commit 952b448

Please sign in to comment.