diff options
| author | 2008-09-16 09:34:23 +0200 | |
|---|---|---|
| committer | 2008-09-16 09:34:23 +0200 | |
| commit | e3bbaa3cb6ac5a245e5ecc28b09f9b7b93b2dd8a (patch) | |
| tree | 04285bbf8d497caf6c2205dcf39e46873828cddc /include/linux | |
| parent | x86: fix compile error with corruption checking disabled (diff) | |
| parent | Linux 2.6.27-rc6 (diff) | |
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 */ |
