This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-03 02:56:38 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6af2ba9081
linux_dsm_epyc7002
/
arch
/
arm
/
mach-sunxi
/
Makefile
3 lines
67 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: sunxi: Add basic support for Allwinner A1x SoCs Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Stefan Roese <sr@denx.de>
2012-11-08 18:40:16 +07:00
obj-$(CONFIG_ARCH_SUNXI)
+=
sunxi.o
ARM: sunxi: fix build for THUMB2_KERNEL Building an SMP kernel for the sunxi platform with THUMB2 instructions fails with this error at the moment: headsmp.S:7: Error: Thumb encoding does not support an immediate here -- `msr cpsr_fsxc,#0xd3' Since the generic secondary_startup function already does the same thing in a safe way, we can just drop the private sunxi implementation and jump straight to secondary_startup. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
2014-03-17 00:04:54 +07:00
obj-$(CONFIG_SMP)
+=
platsmp.o
Reference in New Issue
Copy Permalink