From: Arnd Bergmann Date: Sun, 16 Mar 2014 17:04:54 +0000 (+0100) Subject: ARM: sunxi: fix build for THUMB2_KERNEL X-Git-Tag: v3.15-rc1~81^2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1146b600044de64af0ef775025731eeef1fa2189;p=pandora-kernel.git 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 Cc: Maxime Ripard --- Reading git-diff-tree failed