aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/floppy.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2006-04-24 22:11:51 +0930
committerPaul Mackerras <paulus@samba.org>2006-04-28 21:04:49 +1000
commitf749edae5ebd339eaf22508572233600f717424f (patch)
treef2118ec27b0682ae9bb3d6c0605d7ccd08313a71 /drivers/block/floppy.c
parentd882995c054ff90706cc339321bfb04b15c5581f (diff)
[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/block/floppy.c')
0 files changed, 0 insertions, 0 deletions