]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.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)
commitcaf86a73eab4132f870e883216850d9eee40b04b
treeeef994b37bfb32e88251724d6ee8f1cc9d49369e
parent50c7960a4517d6c93226351cd8c43c86f104c919
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