x86_32: apic/es7000_32, fix section mismatch
authorJiri Slaby <jirislaby@gmail.com>
Mon, 2 Mar 2009 10:34:27 +0000 (11:34 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 2 Mar 2009 11:00:24 +0000 (12:00 +0100)
Remove __init section placement for some functions, so that we don't
get section mismatch warnings.

[v2]:
2 of them were not caught by
DEBUG_SECTION_MISMATCH=y
magic. Fix it.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: H. Peter Anvin <hpa@zytor.com>

No differences found