Re: [patch 30/34] tile: Enter idle with preemption disabled

2013-03-28 Thread Srivatsa S. Bhat
On 03/22/2013 03:23 AM, Thomas Gleixner wrote: > cpu_idle() needs to be called with preemption disabled. > > Signed-off-by: Thomas Gleixner > Cc: Chris Metcalf > --- > arch/tile/kernel/smpboot.c |2 -- > 1 file changed, 2 deletions(-) > > Index: linux-2.6/arch/tile/kernel/smpboot.c > =

Re: [patch 30/34] tile: Enter idle with preemption disabled

2013-03-22 Thread Chris Metcalf
On 3/21/2013 5:53 PM, Thomas Gleixner wrote: > cpu_idle() needs to be called with preemption disabled. > > Signed-off-by: Thomas Gleixner > Cc: Chris Metcalf > --- > arch/tile/kernel/smpboot.c |2 -- > 1 file changed, 2 deletions(-) Or, given this is part of a series you're presumably inten

Re: [patch 30/34] tile: Enter idle with preemption disabled

2013-03-22 Thread Chris Metcalf
On 3/21/2013 5:53 PM, Thomas Gleixner wrote: > cpu_idle() needs to be called with preemption disabled. > > Signed-off-by: Thomas Gleixner > Cc: Chris Metcalf > --- > arch/tile/kernel/smpboot.c |2 -- > 1 file changed, 2 deletions(-) Thanks. I had fixed this in our internal tree, but hadn't

[patch 30/34] tile: Enter idle with preemption disabled

2013-03-21 Thread Thomas Gleixner
cpu_idle() needs to be called with preemption disabled. Signed-off-by: Thomas Gleixner Cc: Chris Metcalf --- arch/tile/kernel/smpboot.c |2 -- 1 file changed, 2 deletions(-) Index: linux-2.6/arch/tile/kernel/smpboot.c === ---