From: Peter Zijlstra Date: Thu, 7 Apr 2011 12:09:44 +0000 (+0200) Subject: sched: Simplify build_sched_groups() X-Git-Tag: v3.0-rc1~403^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06dadbec5c5df0bf3a35f33616f67d10ca9ba28;p=pandora-kernel.git sched: Simplify build_sched_groups() Notice that the mask being computed is the same as the domain span we just computed. By using the domain_span we can avoid some mask allocations and computations. Signed-off-by: Peter Zijlstra Cc: Mike Galbraith Cc: Nick Piggin Cc: Linus Torvalds Cc: Andrew Morton Link: http://lkml.kernel.org/r/20110407122941.925028189@chello.nl Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed