Re: [PATCH v2] sched: separate operations only for SMP from account_entity_en(de)queue

2015-07-06 Thread Byungchul Park
On Tue, Jul 07, 2015 at 10:07:03AM +0900, byungchul.p...@lge.com wrote: > From: Byungchul Park > > manipulating rq->cfs_tasks and numa-accounting are not meaningless on !SMP. > separate the operations from account_entity_en(de)queue. > > Signed-off-by: Byungchul Park > --- > kernel/sched/fair.

[PATCH v2] sched: separate operations only for SMP from account_entity_en(de)queue

2015-07-06 Thread byungchul . park
From: Byungchul Park manipulating rq->cfs_tasks and numa-accounting are not meaningless on !SMP. separate the operations from account_entity_en(de)queue. Signed-off-by: Byungchul Park --- kernel/sched/fair.c | 40 +++- 1 file changed, 27 insertions(+), 13