mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-14 03:05:23 +07:00
![Marc Zyngier](/assets/img/avatar_default.png)
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>
3 lines
85 B
C
3 lines
85 B
C
extern struct smp_operations msm_smp_ops;
|
|
extern void msm_cpu_die(unsigned int cpu);
|