This patch adds support for SMP to mach-virt using the PSCI infrastructure.
Acked-by: Arnd Bergmann Reviewed-by: Nicolas Pitre Signed-off-by: Will Deacon
# # Makefile for the linux kernel. # obj-y := virt.o obj-$(CONFIG_SMP) += platsmp.o