Sam Ravnborg f8281a2b66 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>
2007-06-01 08:18:30 -07:00
..
2007-06-01 08:18:29 -07:00
2007-06-01 08:18:28 -07:00
2007-05-09 07:12:20 +02:00
2007-06-01 08:18:29 -07:00
2007-06-01 08:18:27 -07:00
2007-06-01 08:18:28 -07:00
2007-05-23 09:51:46 -05:00
2007-05-23 07:59:06 -05:00
2007-05-31 17:38:11 +02:00
2007-05-31 13:48:57 +09:00
2007-05-31 01:52:51 -07:00
2007-05-23 20:14:12 -07:00