summaryrefslogtreecommitdiff
path: root/drivers/net/cassini.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2006-04-24 12:41:51 (GMT)
committerPaul Mackerras <paulus@samba.org>2006-04-28 11:04:49 (GMT)
commitf749edae5ebd339eaf22508572233600f717424f (patch)
treef2118ec27b0682ae9bb3d6c0605d7ccd08313a71 /drivers/net/cassini.h
parentd882995c054ff90706cc339321bfb04b15c5581f (diff)
downloadlinux-fsl-qoriq-f749edae5ebd339eaf22508572233600f717424f.tar.xz
[PATCH] powerpc64: Fix loading of modules without a .toc section
Normally, ppc64 module .ko files contain a table-of-contents (.toc) section, but if the module doesn't reference any static or external data or external procedures, it is possible for gcc/binutils to generate a .ko that doesn't have a .toc. Currently the module loader refuses to load such a module, since it needs the address of the .toc section to use in relocations. This patch fixes the problem by using the address of the .stubs section instead, which is an acceptable substitute in this situation. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/net/cassini.h')
0 files changed, 0 insertions, 0 deletions