From: Suresh Siddha Date: Fri, 18 Nov 2011 23:03:29 +0000 (-0800) Subject: sched: Fix the sched group node allocation for SD_OVERLAP domains X-Git-Tag: v3.3-rc1~191^2~9^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d78a2239e393f09e0964a2f8da394cc91d75155;p=pandora-kernel.git sched: Fix the sched group node allocation for SD_OVERLAP domains For the SD_OVERLAP domain, sched_groups for each CPU's sched_domain are privately allocated and not shared with any other cpu. So the sched group allocation should come from the cpu's node for which SD_OVERLAP sched domain is being setup. Signed-off-by: Suresh Siddha Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/20111118230554.164910950@sbsiddha-desk.sc.intel.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed