diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-09-06 15:03:16 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-06 15:03:16 -0400 |
commit | 291c54ff764d12ecc9a916cb478a0bbb45c5990e (patch) | |
tree | bb89231e59e51520d91f102663b793bd34125c41 /include | |
parent | 49048622eae698e5c4ae61f7e71200f265ccc529 (diff) | |
parent | dfb512ec4834116124da61d6c1ee10fd0aa32bd6 (diff) |
Merge branch 'sched/cpuset' into sched/urgent
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/cpuset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpuset.h b/include/linux/cpuset.h index e8f450c499b0..2691926fb506 100644 --- a/include/linux/cpuset.h +++ b/include/linux/cpuset.h | |||
@@ -160,7 +160,7 @@ static inline int current_cpuset_is_being_rebound(void) | |||
160 | 160 | ||
161 | static inline void rebuild_sched_domains(void) | 161 | static inline void rebuild_sched_domains(void) |
162 | { | 162 | { |
163 | partition_sched_domains(0, NULL, NULL); | 163 | partition_sched_domains(1, NULL, NULL); |
164 | } | 164 | } |
165 | 165 | ||
166 | #endif /* !CONFIG_CPUSETS */ | 166 | #endif /* !CONFIG_CPUSETS */ |