From: Peter Zijlstra Date: Thu, 15 Aug 2013 17:47:56 +0000 (+0200) Subject: sched/fair: Remove duplicate load_per_task computations X-Git-Tag: v3.12-rc1~167^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38d0f7708543bcfa03d5ee55e8346f801b4a59c9;p=pandora-kernel.git sched/fair: Remove duplicate load_per_task computations Since we already compute (but don't store) the sgs load_per_task value in update_sg_lb_stats() we might as well store it and not re-compute it later on. Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/n/tip-ym1vmljiwbzgdnnrwp9azftq@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed