Re: [PATCH 2/4] sched/fair: Remove SCHED_LOAD_SHIFT and SCHED_LOAD_SCALE

2015-10-06 Thread Vincent Guittot
On 4 October 2015 at 19:56, Yuyang Du wrote: > After cleaning up the sched metrics, these two definitions that cause > ambiguity are not needed any more. Use NICE_0_LOAD_SHIFT and NICE_0_LOAD > instead (the names suggest clearly who they are). > > Suggested-by: Ben Segall > Signed-off-by: Yuyang

[PATCH 2/4] sched/fair: Remove SCHED_LOAD_SHIFT and SCHED_LOAD_SCALE

2015-10-04 Thread Yuyang Du
After cleaning up the sched metrics, these two definitions that cause ambiguity are not needed any more. Use NICE_0_LOAD_SHIFT and NICE_0_LOAD instead (the names suggest clearly who they are). Suggested-by: Ben Segall Signed-off-by: Yuyang Du --- kernel/sched/fair.c | 4 ++-- kernel/sched/sch