From: Ard Biesheuvel Date: Mon, 24 Nov 2014 15:45:12 +0000 (+0100) Subject: ARM: 8219/1: handle interworking and out-of-range relocations separately X-Git-Tag: omap-for-v4.1/fixes-rc1~142^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8514d0a792857b0826fe6b7c3b941cdb59a9c3;p=pandora-kernel.git ARM: 8219/1: handle interworking and out-of-range relocations separately Currently, interworking calls on module boundaries are not supported, and are handled by the same error handling code path as non-interworking calls whose targets are simply out of range. Before modifying the handling of those out-of-range jump and call relocations in a subsequent patch, move the handling of interworking restrictions out of it. Acked-by: Nicolas Pitre Signed-off-by: Ard Biesheuvel Signed-off-by: Russell King --- Reading git-diff-tree failed