Re: [PATCH v2 4/9] ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smp

2014-01-08 Thread Mark Rutland
On Tue, Dec 24, 2013 at 12:39:48AM +, Stephen Boyd wrote: > The goal of multi-platform kernels is to remove the need for mach > directories and machine descriptors. To further that goal, > introduce CPU_METHOD_OF_DECLARE() to allow cpu hotplug/smp > support to be separated from the machine desc

[PATCH v2 4/9] ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smp

2013-12-23 Thread Stephen Boyd
The goal of multi-platform kernels is to remove the need for mach directories and machine descriptors. To further that goal, introduce CPU_METHOD_OF_DECLARE() to allow cpu hotplug/smp support to be separated from the machine descriptors. Implementers should specify an enable-method property in thei