Skip to content

Commit

Permalink
Merge branch 'sched/cpuset' into sched/urgent
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Molnar committed Sep 6, 2008
2 parents 4904862 + dfb512e commit 291c54f
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 137 deletions.
2 changes: 1 addition & 1 deletion include/linux/cpuset.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static inline int current_cpuset_is_being_rebound(void)

static inline void rebuild_sched_domains(void)
{
partition_sched_domains(0, NULL, NULL);
partition_sched_domains(1, NULL, NULL);
}

#endif /* !CONFIG_CPUSETS */
Expand Down
Loading

0 comments on commit 291c54f

Please sign in to comment.