]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: zynq: Remove hotplug.c
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Tue, 2 Sep 2014 21:19:13 +0000 (14:19 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 16 Sep 2014 10:55:10 +0000 (12:55 +0200)
commit1e159f08335dd88c016d437d1a77a2bfec7c8370
treeeef994b37bfb32e88251724d6ee8f1cc9d49369e
parentbaaa00bd6871ca8f1d223924b7c7ce3e14305d05
ARM: zynq: Remove hotplug.c

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 <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynq/Makefile
arch/arm/mach-zynq/common.h
arch/arm/mach-zynq/hotplug.c
arch/arm/mach-zynq/platsmp.c