mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-24 18:16:04 +00:00
sched: eliminate rq_clock() use
eliminate rq_clock() use by changing it to: update_rq_clock(rq) now = rq->clock; identity transformation - no change in behavior. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
b04a0f4c16
commit
a8e504d2a5
2 changed files with 40 additions and 17 deletions
Loading…
Add table
Add a link
Reference in a new issue