Re: stable kernel v3.14 needs 1146b60 ARM: sunxi: fix build for THUMB2_KERNEL

2015-08-11 Thread Kevin Hilman
Hi Alex, Alex Shi writes: > Hi Greg, > > Kevin's testing system found that LSK v3.14 and v3.14 stable kernel are > failed to compile with THUMB2_KERNEL support in multi_v7_defconfig. > > headsmp.S:7: Error: Thumb encoding does not support an immediate here -- > `msr cpsr_fsxc,#0xd3' > > The fixe

stable kernel v3.14 needs 1146b60 ARM: sunxi: fix build for THUMB2_KERNEL

2015-08-10 Thread Alex Shi
Hi Greg, Kevin's testing system found that LSK v3.14 and v3.14 stable kernel are failed to compile with THUMB2_KERNEL support in multi_v7_defconfig. headsmp.S:7: Error: Thumb encoding does not support an immediate here -- `msr cpsr_fsxc,#0xd3' The fixed patch is in v3.15 kernel: 1146b60 ARM: su