commit | d20be433e6a8892ecf59ef62636cd1333975347d | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue May 26 15:46:55 2015 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jun 02 13:26:47 2015 +1000 |
tree | 9b994db2c5b8c44c075ffde87a617b1bec3215da | |
parent | 05b05f28fb3835087b3d4e741fd561b9826fe461 [diff] |
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 <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>