mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
a7a2b3118b
This adds the necessary smp-operations and startup code to use additional cores on Rockchip SoCs. We currently hog the power management unit in the smp code, as it is necessary to control the power to the cpu core and nothing else is currently using it, so a generic implementation can be done later. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Ulrich Prinz <ulrich.prinz@googlemail.com>
3 lines
83 B
Makefile
3 lines
83 B
Makefile
obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip.o
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|