diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2007-06-01 11:47:10 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-01 19:18:30 +0400 |
commit | f8281a2b661d5f4f8081b387886187bbf190b92d (patch) | |
tree | 2d0b852109feeb2501e44cb03d827a2320f675cc /drivers/isdn/hardware/eicon/divasfunc.c | |
parent | 0bd327ef288923f4188050bae295661ed0fbb3fb (diff) | |
download | linux-f8281a2b661d5f4f8081b387886187bbf190b92d.tar.xz |
microcode: fix section mismatch warning
Fix the following section mismatch warnings in microcode.c:
WARNING: arch/i386/kernel/built-in.o(.init.text+0x3966): Section mismatch: reference to .exit.text: (between 'microcode_init' and 'parse_maxcpus')
WARNING: arch/i386/kernel/built-in.o(.init.text+0x3992): Section mismatch: reference to .exit.text: (between 'microcode_init' and 'parse_maxcpus')
The warning are caused by a function marked __init that
calls a function marked __exit.
Functions marked __exit may be discarded either during link or run-time
and thus the reference is not good.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/isdn/hardware/eicon/divasfunc.c')
0 files changed, 0 insertions, 0 deletions