Re: [RFC PATCH 4/5] arm64: smp: move the pen to a header file

2015-04-14 Thread Kumar Gala
> On Apr 9, 2015, at 4:17 PM, Arnd Bergmann wrote: > > On Thursday 09 April 2015 12:37:10 Kumar Gala wrote: >> From: Abhimanyu Kapur >> >> Move the secondary_pen_release variable and the secondary_holding_pen >> entry function to asm/smp_plat.h so that the other cpu ops implementations >> can

Re: [RFC PATCH 4/5] arm64: smp: move the pen to a header file

2015-04-14 Thread Kumar Gala
> On Apr 14, 2015, at 10:59 AM, Mark Rutland wrote: > > On Thu, Apr 09, 2015 at 06:37:10PM +0100, Kumar Gala wrote: >> From: Abhimanyu Kapur >> >> Move the secondary_pen_release variable and the secondary_holding_pen >> entry function to asm/smp_plat.h so that the other cpu ops implementations

Re: [RFC PATCH 4/5] arm64: smp: move the pen to a header file

2015-04-14 Thread Mark Rutland
On Thu, Apr 09, 2015 at 06:37:10PM +0100, Kumar Gala wrote: > From: Abhimanyu Kapur > > Move the secondary_pen_release variable and the secondary_holding_pen > entry function to asm/smp_plat.h so that the other cpu ops implementations > can share them. If anything, this should all be moved into

Re: [RFC PATCH 4/5] arm64: smp: move the pen to a header file

2015-04-09 Thread Arnd Bergmann
On Thursday 09 April 2015 12:37:10 Kumar Gala wrote: > From: Abhimanyu Kapur > > Move the secondary_pen_release variable and the secondary_holding_pen > entry function to asm/smp_plat.h so that the other cpu ops implementations > can share them. > > Signed-off-by: Abhimanyu Kapur > Signed-off-b

[RFC PATCH 4/5] arm64: smp: move the pen to a header file

2015-04-09 Thread Kumar Gala
From: Abhimanyu Kapur Move the secondary_pen_release variable and the secondary_holding_pen entry function to asm/smp_plat.h so that the other cpu ops implementations can share them. Signed-off-by: Abhimanyu Kapur Signed-off-by: Kumar Gala --- arch/arm64/include/asm/smp_plat.h | 2 ++ arch/a