[LinuxPPS] 18 Aug 05:49 - x86: mpparse.c: fix section mismatch warning
linuxpps: Marcin Slusarz <>
webmaster at enneenne.com
Wed Aug 20 00:00:06 CEST 2008
x86: mpparse.c: fix section mismatch warning
WARNING: vmlinux.o(.text+0x118f7): Section mismatch in reference from the function construct_ioapic_table() to the function .init.text:MP_bus_info()
The function construct_ioapic_table() references
the function __init MP_bus_info().
This is often because construct_ioapic_table lacks a __init
annotation or the annotation of MP_bus_info is wrong.
construct_ioapic_table is called only from construct_default_ISA_mptable which is __init
Signed-off-by: Marcin Slusarz
Signed-off-by: H. Peter Anvin
Signed-off-by: Ingo Molnar
arch/x86/kernel/mpparse.c
URL: http://gitweb.enneenne.com/?p=linuxpps;a=commit;h=39e00fe20aaad4326ed5e0e3221451732bc7f679
More information about the LinuxPPS
mailing list