From: Rusty Russell Date: Tue, 18 Mar 2014 09:42:59 +0000 (+1030) Subject: powerpc: modules: use r12 for stub jump address. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~40^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ce369e82;p=pandora-kernel.git powerpc: modules: use r12 for stub jump address. In ELFv2, r12 is supposed to equal to PC on entry to a function. Our stubs use r11, so change swap that with r12. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed