]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - kernel/sched/fair.c
sched/fair: Set se->vruntime directly in place_entity()
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 8 Nov 2012 08:03:46 +0000 (13:33 +0530)
committerIngo Molnar <mingo@kernel.org>
Thu, 24 Jan 2013 17:06:11 +0000 (18:06 +0100)
commit16c8f1c72ece3871a6c93003cd888fc2d003a7eb
tree684644cac424f066b238c9b8003a4c61dc242209
parent1158ddb55416855fd17abe3214298f736f00426a
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 <viresh.kumar@linaro.org>
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 <mingo@kernel.org>
kernel/sched/fair.c