commit | d281918d7c135c555d9cebcf73d4320efa8177dc | [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 | e1230311df7cf4366438d49b2ad623a429c03d1c | |
parent | eb59449400f1e5984509e502711141302a2867ab [diff] |
sched: remove 'now' use from assignments change all 'now' timestamp uses in assignments to rq->clock. ( this is an identity transformation that causes no functionality change: all such new rq->clock is necessarily preceded by an update_rq_clock() call. ) Signed-off-by: Ingo Molnar <mingo@elte.hu>