Re: [patch 05/40] cpu: Restructure cpu_down code

2014-10-09 Thread Borislav Petkov
31120741.823640...@linutronix.de> User-Agent: quilt/0.48-1 Date: Thu, 31 Jan 2013 12:11:15 - From: Thomas Gleixner To: LKML Cc: Ingo Molnar , Peter Zijlstra , Rusty Russell , Paul McKenney , "Srivatsa S. Bhat" , Arjan van de Veen , Paul Turner , Richard Weinberger , Magnus Damm

Re: [patch 05/40] cpu: Restructure cpu_down code

2013-02-08 Thread Paul E. McKenney
On Thu, Jan 31, 2013 at 12:11:15PM -, Thomas Gleixner wrote: > Split out into separate functions, so we can convert it to a state machine. > > Signed-off-by: Thomas Gleixner Reviewed-by: Paul E. McKenney > --- > kernel/cpu.c | 69 > --

[patch 05/40] cpu: Restructure cpu_down code

2013-01-31 Thread Thomas Gleixner
Split out into separate functions, so we can convert it to a state machine. Signed-off-by: Thomas Gleixner --- kernel/cpu.c | 69 --- 1 file changed, 47 insertions(+), 22 deletions(-) Index: linux-2.6/kernel/cpu.c ===