From: Mark Rutland Date: Fri, 6 Mar 2015 11:08:30 +0000 (+0100) Subject: ARM: 8307/1: psci: move psci firmware calls out of line X-Git-Tag: omap-for-v4.1/fixes-rc1~142^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c097877319ab61dd045b6497953b4e3df8f2bb44;p=pandora-kernel.git ARM: 8307/1: psci: move psci firmware calls out of line arm64 builds with GCC 5 have caused the __asmeq assertions in the PSCI calling code to fire, so move the ARM PSCI calls out of line into their own assembly file for consistency and to safeguard against the same issue occuring with the 32-bit toolchain. [will: brought into line with arm64 implementation] Reported-by: Andy Whitcroft Signed-off-by: Mark Rutland Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed