Re: [PATCH]sched/stop_task: Do not account zero delta_exec in put_prev_task_stop

2013-02-14 Thread Steven Rostedt
On Wed, 2013-02-13 at 15:15 +0900, Namhyung Kim wrote: > --- > > kernel/sched/stop_task.c |4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/kernel/sched/stop_task.c b/kernel/sched/stop_task.c > > index da5eb5b..78d0458 100644 > > --- a/kernel/sched/stop_task.c > > +

Re: [PATCH]sched/stop_task: Do not account zero delta_exec in put_prev_task_stop

2013-02-14 Thread Steven Rostedt
On Tue, 2013-02-12 at 01:40 +0400, Kirill Tkhai wrote: > Simple return > I'll ack the patch, but I nack the change log. Please write something up that's a little more descriptive. Thanks, -- Steve > Signed-off-by: Kirill V Tkhai > CC: Steven Rostedt > CC: Ingo Molnar > CC: Peter Zijlstra >

Re: [PATCH]sched/stop_task: Do not account zero delta_exec in put_prev_task_stop

2013-02-12 Thread Namhyung Kim
Hi Kirill, On Tue, 12 Feb 2013 01:40:04 +0400, Kirill Tkhai wrote: > Simple return > > Signed-off-by: Kirill V Tkhai > CC: Steven Rostedt > CC: Ingo Molnar > CC: Peter Zijlstra > CC: linux-rt-users > --- > kernel/sched/stop_task.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-

[PATCH]sched/stop_task: Do not account zero delta_exec in put_prev_task_stop

2013-02-11 Thread Kirill Tkhai
Simple return Signed-off-by: Kirill V Tkhai CC: Steven Rostedt CC: Ingo Molnar CC: Peter Zijlstra CC: linux-rt-users --- kernel/sched/stop_task.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/sched/stop_task.c b/kernel/sched/stop_task.c index da5eb5b..78d04