arm: zynq: Add hotplug support

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek
2013-03-20 13:56:15 +01:00
parent aa7eb2bb4e
commit c7c28b0fdd
4 changed files with 113 additions and 0 deletions

View File

@@ -34,4 +34,7 @@ extern struct smp_operations zynq_smp_ops __initdata;
extern void __iomem *zynq_slcr_base;
extern void __iomem *zynq_scu_base;
/* Hotplug */
extern void zynq_platform_cpu_die(unsigned int cpu);
#endif