commit | a8e504d2a57ecd3f905b402072cdd1903f963bef | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Aug 09 11:16:47 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Aug 09 11:16:47 2007 +0200 |
tree | 1957f0cb0f8b6187f8c299f2be1352a8d35fe5bd | |
parent | b04a0f4c1651a553ee1a03dc70297d66ec74db5c [diff] |
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>