aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/power
diff options
context:
space:
mode:
authorMarcin Slusarz <marcin.slusarz@gmail.com>2008-08-11 00:09:38 +0200
committerIngo Molnar <mingo@elte.hu>2008-08-18 07:49:26 +0200
commit39e00fe20aaad4326ed5e0e3221451732bc7f679 (patch)
tree580dfcc170293210f6eaa6955d3c92b6fd1b37be /arch/x86/power
parentc72a5efec1193faa2ef34c0bd48d7251a70ec934 (diff)
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 <marcin.slusarz@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/power')
0 files changed, 0 insertions, 0 deletions