From: Peter Zijlstra Date: Fri, 27 Jun 2008 11:41:18 +0000 (+0200) Subject: sched: fix sched_domain aggregation X-Git-Tag: v2.6.27-rc1~1105^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a86c746f5b708012809958462234d19e9c8177;p=pandora-kernel.git sched: fix sched_domain aggregation Keeping the aggregate on the first cpu of the sched domain has two problems: - it could collide between different sched domains on different cpus - it could slow things down because of the remote accesses Signed-off-by: Peter Zijlstra Cc: Srivatsa Vaddagiri Cc: Mike Galbraith Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed