From: Russell King Date: Tue, 21 Apr 2015 13:16:05 +0000 (+0100) Subject: ARM: kvm: fix a bad BSYM() usage X-Git-Tag: omap-for-v4.3/legacy-v2-signed~129^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5890298a834c04aaa9b5fb576e5f2b77e79ab38d;p=pandora-kernel.git ARM: kvm: fix a bad BSYM() usage BSYM() should only be used when refering to local symbols in the same assembly file which are resolved by the assembler, and not for linker-fixed up symbols. The use of BSYM() with panic is incorrect as the linker is involved in fixing up this relocation, and it knows whether panic() is ARM or Thumb. Acked-by: Nicolas Pitre Acked-by: Dave Martin Signed-off-by: Russell King --- Reading git-diff-tree failed