Searched hist:"1146 b600044de64af0ef775025731eeef1fa2189" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/arm/mach-sunxi/ |
H A D | Makefile | diff 1146b600044de64af0ef775025731eeef1fa2189 Sun Mar 16 12:04:54 CDT 2014 Arnd Bergmann <arnd@arndb.de> 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>
|
H A D | platsmp.c | diff 1146b600044de64af0ef775025731eeef1fa2189 Sun Mar 16 12:04:54 CDT 2014 Arnd Bergmann <arnd@arndb.de> 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>
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | smp.h | diff 1146b600044de64af0ef775025731eeef1fa2189 Sun Mar 16 12:04:54 CDT 2014 Arnd Bergmann <arnd@arndb.de> 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>
|