mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
d850f3e5d2
This adds the necessary SMP-operations and startup code to use the additional cores on the Amlogic Meson8/Meson8m2 (both are using the same sequence) and Meson8b (using a slightly difference sequence) SoCs. Signed-off-by: Carlo Caione <carlo@endlessm.com> [add Meson8/Meson8m2 support and allow taking CPU cores offline as well] Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
3 lines
67 B
Makefile
3 lines
67 B
Makefile
obj-$(CONFIG_ARCH_MESON) += meson.o
|
|
obj-$(CONFIG_SMP) += platsmp.o
|