diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2014-09-02 23:19:13 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-09-16 12:55:10 +0200 |
commit | caf86a73eab4132f870e883216850d9eee40b04b (patch) | |
tree | eef994b37bfb32e88251724d6ee8f1cc9d49369e /arch/arm/mach-zynq/Makefile | |
parent | ARM: zynq: Synchronise zynq_cpu_die/kill (diff) | |
download | linux-caf86a73eab4132f870e883216850d9eee40b04b.tar.xz linux-caf86a73eab4132f870e883216850d9eee40b04b.zip |
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>
Diffstat (limited to 'arch/arm/mach-zynq/Makefile')
-rw-r--r-- | arch/arm/mach-zynq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/Makefile b/arch/arm/mach-zynq/Makefile index 820dff6e1eba..c85fb3f7d5cd 100644 --- a/arch/arm/mach-zynq/Makefile +++ b/arch/arm/mach-zynq/Makefile @@ -6,5 +6,4 @@ obj-y := common.o slcr.o pm.o CFLAGS_REMOVE_hotplug.o =-march=armv6k CFLAGS_hotplug.o =-Wa,-march=armv7-a -mcpu=cortex-a9 -obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_SMP) += headsmp.o platsmp.o |