From: Yingjoe Chen Date: Mon, 18 May 2015 08:04:31 +0000 (+0100) Subject: ARM: 8359/1: correct secondary_startup_arm mode X-Git-Tag: omap-for-v4.2/fixes-rc1^2~100^2~7^3~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c07b5fd0268fc2bbaa584548d437f763d20bde77;p=pandora-kernel.git ARM: 8359/1: correct secondary_startup_arm mode secondary_startup_arm is used as ARM mode secondary start up function when ther kernel is compiled in THUMB mode, however the label itself is still in .thumb mode. readelf shows: 160979: c020a581 120 FUNC GLOBAL DEFAULT 2 secondary_startup_arm Make sure the label is in ARM mode as well. Signed-off-by: Yingjoe Chen Tested-by: Matthias Brugger Signed-off-by: Russell King --- Reading git-diff-tree failed