aboutsummaryrefslogtreecommitdiff
path: root/net/lapb
diff options
context:
space:
mode:
authorMarcin Slusarz <[email protected]>2008-08-11 00:09:38 +0200
committerH. Peter Anvin <[email protected]>2008-08-10 21:13:09 -0700
commitd406d21d90dce2e66c7eb4a44605aac947fe55fb (patch)
tree0e756462334f77e09da60e827785946553fd54b6 /net/lapb
parentbafc1dae8215c862c2e6ae913ddadc20581e59b9 (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 <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: H. Peter Anvin <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'net/lapb')
0 files changed, 0 insertions, 0 deletions