aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2007-06-01 00:47:10 -0700
committerLinus Torvalds <[email protected]>2007-06-01 08:18:30 -0700
commitf8281a2b661d5f4f8081b387886187bbf190b92d (patch)
tree2d0b852109feeb2501e44cb03d827a2320f675cc /include/linux/debugobjects.h
parent0bd327ef288923f4188050bae295661ed0fbb3fb (diff)
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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions