From: Viresh Kumar Date: Thu, 8 Nov 2012 08:03:46 +0000 (+0530) Subject: sched/fair: Set se->vruntime directly in place_entity() X-Git-Tag: v3.9-rc1~172^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c8f1c72ece3871a6c93003cd888fc2d003a7eb;p=pandora-kernel.git sched/fair: Set se->vruntime directly in place_entity() We are first storing the new vruntime in a variable and then storing it in se->vruntime. Simply update se->vruntime directly. Signed-off-by: Viresh Kumar Cc: linaro-dev@lists.linaro.org Cc: patches@linaro.org Cc: peterz@infradead.org Link: http://lkml.kernel.org/r/ae59db1945518d6f6250920d46eb1f1a9cc0024e.1352361704.git.viresh.kumar@linaro.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed