Skip to content
Snippets Groups Projects
Commit c1b3da3e authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent 2ab81159
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment