Re: [PATCH 3/6] sched,idle: Clarify where TIF_NRFLAG_POLLING is set

2014-06-04 Thread Andy Lutomirski
On Wed, Jun 4, 2014 at 6:03 AM, Daniel Lezcano wrote: > On 06/04/2014 02:29 AM, Andy Lutomirski wrote: >> >> This doesn't change functionality at all, but I've misread this code >> so many times that I want to make it a bit more obvious. >> >> Signed-off-by: Andy Lutomirski >> --- >> kernel/sch

Re: [PATCH 3/6] sched,idle: Clarify where TIF_NRFLAG_POLLING is set

2014-06-04 Thread Daniel Lezcano
On 06/04/2014 02:29 AM, Andy Lutomirski wrote: This doesn't change functionality at all, but I've misread this code so many times that I want to make it a bit more obvious. Signed-off-by: Andy Lutomirski --- kernel/sched/idle.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(

[PATCH 3/6] sched,idle: Clarify where TIF_NRFLAG_POLLING is set

2014-06-03 Thread Andy Lutomirski
This doesn't change functionality at all, but I've misread this code so many times that I want to make it a bit more obvious. Signed-off-by: Andy Lutomirski --- kernel/sched/idle.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/kernel/sched/idle.c b/kernel/sched