This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
9f55eb9244
linux
/
arch
/
arm
/
mach-berlin
/
Makefile
3 lines
61 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: berlin: add SMP support Adds SMP support for Berlin SoCs. Secondary CPUs are reset, then execute the instruction we put in the reset exception register, setting the pc at the address contained in the software reset address register, which is the physical address of the Berlin secondary startup. This implementation avoid using the pen lock mechanism. Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2014-06-05 00:03:42 +08:00
obj-y
+=
berlin.o
obj-$(CONFIG_SMP)
+=
headsmp.o platsmp.o