powerpc: modules: implement stubs for ELFv2 ABI.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 19 Mar 2014 00:12:22 +0000 (10:42 +1030)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:32 +0000 (10:05 +1000)
commit008d7a914efee6ee5afe59bcc46d3d6b60657598
treed012fae16e851f7dcffb56b5fc7f263aa75a36be
parent5c729a115e4727fd71308e4d68846f64fa460ead
powerpc: modules: implement stubs for ELFv2 ABI.

ELFv2 doesn't use function descriptors, because it doesn't need to
load a new r2 when calling into a function.  On the other hand, you're
supposed to use a local entry point for R_PPC_REL24 branches.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/powerpc/kernel/module_64.c
This page took 0.033227 seconds and 5 git commands to generate.