android_kernel_motorola_sm6225/arch/arm/mach-sunxi
Arnd Bergmann 1146b60004 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-22 01:04:28 +01:00
..
common.h ARM: sun6i: Add SMP support for the Allwinner A31 2013-12-16 21:33:41 +01:00
Kconfig ARM: SoC platform changes for 3.14 2014-01-23 18:40:49 -08:00
Makefile ARM: sunxi: fix build for THUMB2_KERNEL 2014-03-22 01:04:28 +01:00
platsmp.c ARM: sunxi: fix build for THUMB2_KERNEL 2014-03-22 01:04:28 +01:00
sunxi.c ARM: sun6i: Add SMP support for the Allwinner A31 2013-12-16 21:33:41 +01:00