]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sched: eliminate rq_clock() use
authorIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:47 +0000 (11:16 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:47 +0000 (11:16 +0200)
commita8e504d2a57ecd3f905b402072cdd1903f963bef
tree1957f0cb0f8b6187f8c299f2be1352a8d35fe5bd
parentb04a0f4c1651a553ee1a03dc70297d66ec74db5c
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>
kernel/sched.c
kernel/sched_fair.c