commit | c1b3da3ecdbf9e9f377474c11ba988b8821f86c8 | [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 | cb38b24a25ec27eed779e100eb9af909ba487bb7 | |
parent | 2ab81159fa426bd09c21faf7c25fba13bc9d2902 [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>