Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107005
b: refs/heads/master
c: 93a6557
h: refs/heads/master
i:
  107003: 636c72b
v: v3
  • Loading branch information
Li Zefan authored and Linus Torvalds committed Jul 30, 2008
1 parent a347069 commit cc8d4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f5393693e96393131a4a2e2743f883986d508503
refs/heads/master: 93a6557558a13f9ff35213efeca483f353c39dd3
2 changes: 1 addition & 1 deletion trunk/kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ void rebuild_sched_domains(void)
dattr = kmalloc(sizeof(struct sched_domain_attr), GFP_KERNEL);
if (dattr) {
*dattr = SD_ATTR_INIT;
update_domain_attr(dattr, &top_cpuset);
update_domain_attr_tree(dattr, &top_cpuset);
}
*doms = top_cpuset.cpus_allowed;
goto rebuild;
Expand Down

0 comments on commit cc8d4f0

Please sign in to comment.