mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
73346794b4
The A31 is a quad Cortex-A7. Add the logic to use the IPs used to control the CPU configuration and the CPU power so that we can bring up secondary CPUs at boot. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
3 lines
77 B
Makefile
3 lines
77 B
Makefile
obj-$(CONFIG_ARCH_SUNXI) += sunxi.o
|
|
obj-$(CONFIG_SMP) += platsmp.o headsmp.o
|