sched: Unify more update_curr*()
authorPeter Zijlstra <peterz@infradead.org>
Mon, 6 Nov 2023 13:04:01 +0000 (14:04 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 15 Nov 2023 08:57:49 +0000 (09:57 +0100)
commitc708a4dc5ab547edc3d6537233ca9e79ea30ce47
tree5df8aa2e65eac339d014d66f4334fd4e25b37a34
parent5fe6ec8f6ab549b6422e41551abb51802bd48bc7
sched: Unify more update_curr*()

Now that trace_sched_stat_runtime() no longer takes a vruntime
argument, the task specific bits are identical between
update_curr_common() and update_curr().

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
kernel/sched/fair.c