diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-09-16 09:34:23 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-16 09:34:23 +0200 |
commit | e3bbaa3cb6ac5a245e5ecc28b09f9b7b93b2dd8a (patch) | |
tree | 04285bbf8d497caf6c2205dcf39e46873828cddc /include/linux | |
parent | 9c3254ad42e7925c3a3907a072185273705bd7b2 (diff) | |
parent | adee14b2e1557d0a8559f29681732d05a89dfc35 (diff) | |
download | talos-obmc-linux-e3bbaa3cb6ac5a245e5ecc28b09f9b7b93b2dd8a.tar.gz talos-obmc-linux-e3bbaa3cb6ac5a245e5ecc28b09f9b7b93b2dd8a.zip |
Merge commit 'v2.6.27-rc6' into x86/memory-corruption-check
Diffstat (limited to 'include/linux')
-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) static inline void rebuild_sched_domains(void) { - partition_sched_domains(0, NULL, NULL); + partition_sched_domains(1, NULL, NULL); } #endif /* !CONFIG_CPUSETS */ |