Re: [PATCH 8/9] ARM: zynq: Remove hotplug.c

2014-08-21 Thread Sören Brinkmann
On Thu, 2014-08-21 at 03:32AM +0200, Daniel Lezcano wrote: > On 08/20/2014 10:41 PM, Soren Brinkmann wrote: > >The hotplug code contains only a single function, which is an SMP > >function. Move that to platsmp.c where all other SMP runctions reside. > >That allows removing hotplug.c and declaring

Re: [PATCH 8/9] ARM: zynq: Remove hotplug.c

2014-08-20 Thread Daniel Lezcano
On 08/20/2014 10:41 PM, Soren Brinkmann wrote: The hotplug code contains only a single function, which is an SMP function. Move that to platsmp.c where all other SMP runctions reside. That allows removing hotplug.c and declaring the cpu_die function static. Signed-off-by: Soren Brinkmann ---

[PATCH 8/9] ARM: zynq: Remove hotplug.c

2014-08-20 Thread Soren Brinkmann
The hotplug code contains only a single function, which is an SMP function. Move that to platsmp.c where all other SMP runctions reside. That allows removing hotplug.c and declaring the cpu_die function static. Signed-off-by: Soren Brinkmann --- arch/arm/mach-zynq/Makefile | 1 - arch/arm/mach