Home
last modified time | relevance | path

Searched hist:"1146 b600044de64af0ef775025731eeef1fa2189" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/mach-sunxi/
H A DMakefilediff 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 Dplatsmp.cdiff 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 Dsmp.hdiff 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>