1
0
Fork 0
alistair23-linux/arch/arm/mach-zx
Arnd Bergmann 993198a641 ARM: zx: fix building with CONFIG_THUMB2_KERNEL
The newly added zx platform causes a build error when
CONFIG_THUMB2_KERNEL is enabled:

arch/arm/mach-zx/headsmp.S:16: Error: invalid immediate for address calculation (value = 0x00000004)

I'm assuming that the ROM code that is calling these entry
points runs in ARM mode, so there would be another problem
in the same file, and we can solve both problems at once
by adding a '.arm' statement that will make zx_resume_jump
and zx_secondary_startup both be built as ARM code.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jun Nie <jun.nie@linaro.org>
Tested-by: Jun Nie <jun.nie@linaro.org>
2015-05-22 16:45:54 +02:00
..
Kconfig
Makefile ARM: zx: enable SMP and hotplug for zx296702 2015-05-15 21:49:51 +02:00
core.h ARM: zx: enable SMP and hotplug for zx296702 2015-05-15 21:49:51 +02:00
headsmp.S ARM: zx: fix building with CONFIG_THUMB2_KERNEL 2015-05-22 16:45:54 +02:00
platsmp.c ARM: zx: enable SMP and hotplug for zx296702 2015-05-15 21:49:51 +02:00
zx296702.c