alistair23-linux/include/asm-x86/mach-default
Jacek Luczak b6dbf334b0 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>
2008-04-26 17:35:48 +02:00
..
apm.h x86: remove more bogus filenames in comments. 2008-01-30 13:30:28 +01:00
do_timer.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
entry_arch.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
irq_vectors.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
irq_vectors_limits.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach_apic.h x86: don't set IO APIC features if IO APIC is not enabled 2008-04-17 17:41:34 +02:00
mach_apicdef.h x86: fix smpboot integration 2008-04-17 17:41:21 +02:00
mach_ipi.h x86: move ipi definitions to mach_ipi.h 2008-04-17 17:41:30 +02:00
mach_mpparse.h x86: remove mpc_oem_bus_info() 2008-04-17 17:41:08 +02:00
mach_mpspec.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach_timer.h x86: remove more bogus filenames in comments. 2008-01-30 13:30:28 +01:00
mach_traps.h x86: remove more bogus filenames in comments. 2008-01-30 13:30:28 +01:00
mach_wakecpu.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pci-functions.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
setup_arch.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
smpboot_hooks.h x86: section mismatch fixes, #2 2008-04-26 17:35:48 +02:00