summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/hotplug.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: vexpress/realview: consolidate immitation CPU hotplugRussell King2018-12-141-1/+0
| | | | | | | | | | | | | | The only difference between the hotplug implementation for Realview and Versatile Express are the bit in the auxiliary control register to disable coherency. Combine the two implentations accounting for that difference. Rename the functions to try to discourage cargo-cult copying of this code. Tested-by: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
* ARM: realview: delete the RealView board filesLinus Walleij2016-08-151-0/+1
The device tree boot is now feature-complete and fully working, so remove all the RealView board files. Move the remaining realview_cpu_die() function frome "core.h" to the new "hotplug.h" and leave just a minimal device tree core. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>