diff options
| author | Marcin Slusarz <[email protected]> | 2008-08-10 22:09:38 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-08-18 05:49:26 +0000 |
| commit | 39e00fe20aaad4326ed5e0e3221451732bc7f679 (patch) | |
| tree | 580dfcc170293210f6eaa6955d3c92b6fd1b37be /lib/debugobjects.c | |
| parent | x86: mmconf: fix section mismatch warning (diff) | |
| download | kernel-39e00fe20aaad4326ed5e0e3221451732bc7f679.tar.gz kernel-39e00fe20aaad4326ed5e0e3221451732bc7f679.zip | |
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]>
Signed-off-by: H. Peter Anvin <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions
