Re: [RFC PATCH 2/7] ARM: SMP: generic SMP spin-table method routines

2014-04-02 Thread Alex Elder
On 03/31/2014 10:21 AM, Mark Rutland wrote: > Hi Alex, > > On Fri, Mar 28, 2014 at 09:12:55PM +, Alex Elder wrote: >> Implement a centralized version of the spin table (a.k.a. "holding >> pen") method of secondary CPU initialization. This is the first >> step in removing a number of duplicate

Re: [RFC PATCH 2/7] ARM: SMP: generic SMP spin-table method routines

2014-03-31 Thread Mark Rutland
Hi Alex, On Fri, Mar 28, 2014 at 09:12:55PM +, Alex Elder wrote: > Implement a centralized version of the spin table (a.k.a. "holding > pen") method of secondary CPU initialization. This is the first > step in removing a number of duplicate implementations of this code. > > The eventual goal

[RFC PATCH 2/7] ARM: SMP: generic SMP spin-table method routines

2014-03-28 Thread Alex Elder
Implement a centralized version of the spin table (a.k.a. "holding pen") method of secondary CPU initialization. This is the first step in removing a number of duplicate implementations of this code. The eventual goal is to allow "enable-method" properties in device tree nodes for CPUs to select