Re: [PATCH 1/3] sched: don't repeat the initialization in sched_init()

2013-06-04 Thread Michael Wang
Hi, Paul On 06/04/2013 02:52 PM, Paul Turner wrote: > On Mon, Jun 3, 2013 at 11:23 PM, Michael Wang [snip] > > This comment has become unglued from what it's supposed to be attached > to (it's tied to root_task_group.shares & init_tg_cfs_entry, not > init_cfs_bandwidth). Thanks for your review

Re: [PATCH 1/3] sched: don't repeat the initialization in sched_init()

2013-06-03 Thread Paul Turner
On Mon, Jun 3, 2013 at 11:23 PM, Michael Wang wrote: > In sched_init(), there is no need to initialize 'root_task_group.shares' and > 'root_task_group.cfs_bandwidth' repeatedly. > > CC: Ingo Molnar > CC: Peter Zijlstra > Signed-off-by: Michael Wang > --- > kernel/sched/core.c | 46 ++

[PATCH 1/3] sched: don't repeat the initialization in sched_init()

2013-06-03 Thread Michael Wang
In sched_init(), there is no need to initialize 'root_task_group.shares' and 'root_task_group.cfs_bandwidth' repeatedly. CC: Ingo Molnar CC: Peter Zijlstra Signed-off-by: Michael Wang --- kernel/sched/core.c | 46 +- 1 files changed, 25 insertions(