commit | 6a6029b8cefe0ca7e82f27f3904dbedba3de4e06 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Mar 14 22:17:08 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Mar 15 03:02:50 2008 +0100 |
tree | a58e0590105f89be306daf01fc83473d7a3e0104 | |
parent | e22ecef1d2658ba54ed7d3fdb5d60829fb434c23 [diff] |
sched: simplify sched_slice() Use the existing calc_delta_mine() calculation for sched_slice(). This saves a divide and simplifies the code because we share it with the other /cfs_rq->load users. It also improves code size: text data bss dec hex filename 42659 2740 144 45543 b1e7 sched.o.before 42093 2740 144 44977 afb1 sched.o.after Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>