From: Anton Blanchard Date: Tue, 26 May 2015 05:46:55 +0000 (+1000) Subject: powerpc: Non relocatable system call doesn't need a trampoline X-Git-Tag: omap-for-v4.2/fixes-rc1^2~139^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20be433e6a8892ecf59ef62636cd1333975347d;p=pandora-kernel.git powerpc: Non relocatable system call doesn't need a trampoline We need to use a trampoline when using LOAD_HANDLER(), because the destination needs to be in the first 64kB. An absolute branch has no such limitations, so just jump there. Signed-off-by: Anton Blanchard Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed