aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-09-06 21:03:16 +0200
committerIngo Molnar <mingo@elte.hu>2008-09-06 21:03:16 +0200
commit291c54ff764d12ecc9a916cb478a0bbb45c5990e (patch)
treebb89231e59e51520d91f102663b793bd34125c41 /include
parent49048622eae698e5c4ae61f7e71200f265ccc529 (diff)
parentdfb512ec4834116124da61d6c1ee10fd0aa32bd6 (diff)
Merge branch 'sched/cpuset' into sched/urgent
Diffstat (limited to 'include')
-rw-r--r--include/linux/cpuset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpuset.h b/include/linux/cpuset.h
index e8f450c499b..2691926fb50 100644
--- a/include/linux/cpuset.h
+++ b/include/linux/cpuset.h
@@ -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 */