diff options
author | 2008-04-11 13:28:49 +0200 | |
---|---|---|
committer | 2008-04-26 17:35:48 +0200 | |
commit | b6dbf334b0da14fafd4f747791a177ee4c7aae3b (patch) | |
tree | e3b52d8e1c072fd6f3151b24dd83c5ec60303a6f /drivers/ide/ide-lib.c | |
parent | x86: pgtable_32.h - prototype and section mismatch fixes (diff) | |
download | wireguard-linux-b6dbf334b0da14fafd4f747791a177ee4c7aae3b.tar.xz wireguard-linux-b6dbf334b0da14fafd4f747791a177ee4c7aae3b.zip |
x86: section mismatch fixes, #2
This patch fixes section mismatch warnings in smpboot_setup_io_apic().
WARNING: arch/x86/kernel/built-in.o(.text+0x11781): Section mismatch in reference from the function smpboot_setup_io_apic()
to the function .init.text:setup_IO_APIC()
The function smpboot_setup_io_apic() references
the function __init setup_IO_APIC().
This is often because smpboot_setup_io_apic lacks a __init
annotation or the annotation of setup_IO_APIC is wrong.
Signed-off-by: Jacek Luczak <luczak.jacek@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/ide/ide-lib.c')
0 files changed, 0 insertions, 0 deletions