From: Anton Blanchard Date: Thu, 3 Apr 2014 05:01:11 +0000 (+1100) Subject: powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modules X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~40^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=169c7cee3131cdf5e2f2d2a6c722c7db0283bcd5;p=pandora-kernel.git powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modules If an assembly function that calls back into c code is exported to modules, we need to ensure r2 is setup correctly. There are only two places crazy enough to do it (two of which are my fault). Signed-off-by: Anton Blanchard --- Reading git-diff-tree failed