commit | 0ce90475dcdbe90affc218e9688c8401e468e84d | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Apr 25 00:30:36 2012 +0200 |
committer | Ingo Molnar <mingo@kernel.org> | Wed May 09 15:00:53 2012 +0200 |
tree | 30771f6a6791af0214c5e7d57958f6395f3b97f5 | |
parent | c22402a2f76e88b04b7a8b6c0597ad9ba6fd71de [diff] |
sched/fair: Add some serialization to the sched_domain load-balance walk Since the sched_domain walk is completely unserialized (!SD_SERIALIZE) it is possible that multiple cpus in the group get elected to do the next level. Avoid this by adding some serialization. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/n/tip-vqh9ai6s0ewmeakjz80w4qz6@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>