Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104636
b: refs/heads/master
c: 91cd4d6
h: refs/heads/master
v: v3
  • Loading branch information
Miao Xie authored and Linus Torvalds committed Jul 22, 2008
1 parent 295401f commit ff8ae28
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: 1673ad52bd9a3c747e596a76e65c55981ea651e3
refs/heads/master: 91cd4d6ef0abb1f65e81f8fe37e7d3c10344e38c
4 changes: 3 additions & 1 deletion trunk/kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,9 @@ static void rebuild_sched_domains(void)
if (apn == b->pn) {
cpus_or(*dp, *dp, b->cpus_allowed);
b->pn = -1;
update_domain_attr(dattr, b);
if (dattr)
update_domain_attr(dattr
+ nslot, b);
}
}
nslot++;
Expand Down

0 comments on commit ff8ae28

Please sign in to comment.