alistair23-linux/arch/arm/mach-msm/core.h
Marc Zyngier 44ea349f5b ARM: SoC: convert MSM to SMP operations
Convert MSM SMP platforms to use struct smp_operations to provide
their SMP and CPU hotplug operations.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Cc: David Brown <davidb@codeaurora.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2012-09-14 11:14:57 +02:00

3 lines
85 B
C

extern struct smp_operations msm_smp_ops;
extern void msm_cpu_die(unsigned int cpu);