mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
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> |
||
|---|---|---|
| .. | ||
| apm.h | ||
| do_timer.h | ||
| entry_arch.h | ||
| irq_vectors_limits.h | ||
| irq_vectors.h | ||
| mach_apic.h | ||
| mach_apicdef.h | ||
| mach_ipi.h | ||
| mach_mpparse.h | ||
| mach_mpspec.h | ||
| mach_timer.h | ||
| mach_traps.h | ||
| mach_wakecpu.h | ||
| pci-functions.h | ||
| setup_arch.h | ||
| smpboot_hooks.h | ||